Has anyone been able to get the cfselect to validate in a html type of cfform.
It works in flash, however, it does not work in html? <cfform
action='components/fpd.cfc?method=addschedule' method='post' name='poll'
preloader='yes' format='html' height='650' width='100%' skin='haloblue'
timeout='20' title='schedule'> <cfformgroup type='tabnavigator'
height='600' visible='yes' enabled='yes'> <cfformgroup type='page'
label='Create Event' visible='yes' enabled='yes'> <cfformitem
type='html' visible='yes' enabled='yes'><p><font color='#00CCFF' size='+6'
face='Arial, Helvetica, sans-serif'><strong>Flex Day Schedule
Administration</strong></font></p><br /> </cfformitem> <cfformgroup
type='vbox'> <cfselect name='faculty_component' label='Schedule
Component:' required='yes' message='Please choose the component to add the
schedule' width='200'> <option value=' '>Please choose</option>
<option value='1'>Flex Schedule</option> <option value='2'>Faculty
Mentor Program</option> <option value='3'>New Faculty Orientation</option>
<option value='4'>Conference Information</option> </cfselect>
<cfinput type='submit' name='submit_schedule_flex' value='Submit Schedule'
width='150' title='Submit' /> <cfinput title='Reset' name='Reset'
value='Reset' type='Reset' label='Reset' width='100' /> </cfformgroup>
</cfformgroup> </cfformgroup> </cfform> Thanks, Ron