• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfselect and selected

New Here ,
Dec 11, 2011 Dec 11, 2011

Copy link to clipboard

Copied

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!

TOPICS
Advanced techniques

Views

883

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 11, 2011 Dec 11, 2011

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation