If anyone can give me some help or insight, I'd be very thankful. I have a cfselect in a flash form and for some reason I cannot get the select multiple to work.
Here's a sample of my code for the cfselect:
<cfoutput>
<cfselect name="fkSectorId" width="200" required="yes" validateAt="onBlur, onSubmit" label="Sector" message="Please select a sector or sectors." size="5" multiple="yes">
<cfloop query="qSectors">
<option value="#qSectors.sectorId#" <cfif qSectors.warrantyId EQ #qWarranty.warrantyId#>selected="selected"</cfif>>#qSectors.text#</option>
</cfloop>
</cfselect>
<cfloop query="qSectors">
<option value="#qSectors.sectorId#" <cfif qSectors.warrantyId EQ #qWarranty.warrantyId#>selected="selected"</cfif>>#qSectors.text#</option>
</cfloop>
</cfselect>
</cfoutput>
Anyone have
these issues or can anyone give me a solution?
Thanks,
Justin
_______________________________________________ Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.HostMySite.com www.teksystems.com/
