cfselect and selected
Hi everyone,
I'm using cfselect but the selected option does not seem to work.
<tr>
<td>Select Media Type:</td>
<td><cfselect name="mediaid" bind="cfc:components.art.getMedia()" selected="3" bindonload="true"/></td>
</tr>
<tr>
<td>Select Art:</td>
<td><cfselect name="artid" bind="cfc:components.art.getArt({mediaid})" /></td>
</tr>
I'm using CF9, I have read that it doesn't work on CF8.
Am I missing something??
Thanks!
