Are you using IE? Make sure you set a height/width on the form (IE
doesn't like plugins in tables with percentage width).

Also I believe the right syntax is
bind="{studyRepeater.currentItem.studyTypeID}"

Hth,
---nimer

-----Original Message-----
From: Matt [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 25, 2005 11:18 AM
To: CF-Talk
Subject: Data Binding Issue with Flash cfform

This code displays with no problems:

<cfformgroup type="horizontal">
        <cfformitem type="text" bind="Study Type(s)">
                <cfformgroup type="repeater" query="studyTypes"
label="studyRepeater">
                        <cfinput name="inpStudyType" type="checkbox"
bind="{studyRepeater.studyTypeID}">
                </cfformgroup>
        </cfformitem>
</cfformgroup>


This code, however, doesn't display in the browser.  The source code
shows that it's trying to embed a .swf file but nothing displays and I
don't get an error message.

<cfformgroup type="horizontal">
        <cfformitem type="text" bind="Study Type(s)">
                <cfformgroup type="repeater" query="studyTypes"
label="studyRepeater">
                        <cfformitem type="text"
bind="{studyRepeater.studyTypeID}"></cfformitem>
                </cfformgroup>
        </cfformitem>
</cfformgroup>

When I view the source code of the resulting page for both, the
generated code to embed the .swf file looks exactly the same.  Does
anyone have any idea why this could be occuring?  Am I not using the
proper syntax to bind the data in the cfformitem?

 - Matt



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200039
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to