Thanks... that helps.. will give it a try

Regards,

On Sat, Mar 5, 2011 at 5:05 PM, Sean Coyne <[email protected]> wrote:

> This is expected.  the Filter form uses the form tools, so its required.
>  However, you can override it like so:
>
> <cfset ftFilterMetadata = structNew() />
> <cfset ftFilterMetadata.us_state = structNew() />
> <cfset ftFilterMetadata.us_state.ftValidation = "" />
>
> then change your objectadmin tag to:
>
> <ft:objectAdmin
>       title="Record Listings"
>       typeName="employeeListing"
>       lFilterFields="us_state,us_city"
>      module="customlists/employeeListing.cfm"
> ftFilterMetadata="#ftFilterMetadata#"
>  />
>
>
> You can override any of the formtools attributes in this way (default
> values, etc)
>
> --
> 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
>

-- 
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