It's probably a problem with the jquery plugin<http://docs.jquery.com/Plugins/Validation>we're using for validation not handling checkboxes / radio buttons well. I'm sure there's a custom validation rule we could write to do it, but we haven't gotten around to it.
Blair On Tue, May 21, 2013 at 1:12 PM, AJ Mercer <[email protected]> wrote: > is there a reason why the list FormTool does not have validation? > > Or does it get it from field.cfc? > > My form is not failing when a list of checkboxes has none checked > > > <cfproperty name="advice" type="string" required="false" > ftSeq="1" ftWizardStep="Advice" > ftFieldset="Area of Interest" ftLabel="I would like to know more about" > ftType="list" > ftList="one:one,two:two" > ftRenderType="checkbox" > ftValidation="required" > > > > > -- > > *AJ Mercer* > <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org > community="Open" /> <http://webonix.org> > http://twitter.com/webonix > Railo Community Manager<http://www.getrailo.org/index.cfm/community/team/> > > -- > 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 because you are subscribed to the Google Groups > "farcry-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 because you are subscribed to the Google Groups "farcry-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
