Skip to main content
Known Participant
December 11, 2011
Question

cfselect and selected

  • December 11, 2011
  • 1 reply
  • 921 views

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!

This topic has been closed for replies.

1 reply

Inspiring
December 11, 2011

I just googled "cfselect 9" and read the adobe documentation.  It appears that you are indeed missing something.