Hi,

I'm thinking this may be a bug, but within the webtop I'm using the
formtools library and this code:

 <ft:objectAdmin
      title="Record Listings"
      typeName="employeeListing"
      lFilterFields="us_state,us_city"
     module="customlists/employeeListing.cfm"
 />

So in my content type object the field us_state is a drop down, and
ftvalidation is set to "required".

<!---State --->
  <cfproperty
    ftseq="15"
    ftfieldset="Location Information"
    ftwizardStep="General Details"
    name="us_state"
    type="string"
    hint="State"
    required="no"
    default=""
    ftlabel="State"
    ftType="list"
    ftvalidation="required"
    ftListData="getStates"
    ftRenderType="dropdown"
         />

When I go to filter on this field by clicking the orange "Filtering"
link, it marks the filter field also as required in the filter/search
area.  Basically since the property is required, it also ends up
required when you try to filter.

Has anyone else experienced this?

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to