Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP/ETFw envvarname

Hi,

I already have this field. Here is the exact configuration in the config file.

Xavi.
------------------------------
<togoption label="Base XML config file" optname="MPTRACE_CONFIG_FILE" 
optid="BASE_MPTRACE_CONFIG_FILE" required="true" defstate="false" 
envvar="true">
  <optvalue type="file" fieldrequired="true" default=""/>
</togoption>
      
<togoption label="XML config file to generate" optname="MPTRACE_CONFIG_FILE" 
required="true" envvar="true">
  <optvalue type="text" fieldrequired="true" default="mpitrace_config.xml"/>
</togoption>
------------------------------


On Tuesday 22 December 2009 12:48:45 am Wyatt Spear wrote:
> Please try putting fieldrequired="true" inside the optvalue tag.  This
> should prevent the option from being used if the text field is empty.


Back to the top