I think this is due to formtools validation on properties that you have 
included in your filter. You need to override the formtool validation for 
the object admin.

Try adding the following before <ft:objectadmin replacing/addig property 
names as required 
<cfset stFilterMetadata = {
status = { ftValidation = "" },
catNews = { ftValidation = "" }
} />

And add the following to your <ft:objectadmin
stFilterMetadata="#stFilterMetadata#"

Chris

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