I have a custom type that has the following property:

<cfproperty ftSeq="31" ftFieldset="Request Data" name="justification"
type="longchar" hint="Justification for request." required="no"
ftvalidation="required" default="" ftLabel="Justification"
fttype="list" ftRenderType="checkbox" ftlist="op1,opt2,op3,op4"
ftSelectMultiple="true"  fthelptitle="Justification" fthelpsection="" /
>

I have a webskin that is then uses something like:

<ft:object stObject="#stSpecialsRequest#"
Legend="Order Info"
lfields="OrderTimeFrame,OrderStation,OrderAmount,problem,justification,requirements,additionalinfo,solution"
stPropValues="#stPropValues#"
 IncludeFieldSet=1
format="edit" />

My form is being rendered ok, but for somereason, when I try to
submit, the "justification" field which is rendered as a multiple
select check boxes, will not submit. I get "this field is required"

I have to toggle off ftvalidation="required"  to get my form to go
thru.

ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to