Hi all,

I was just going through some of the online tutorials and have a problem. In
the tutorial to bind date from a cfgrid into a cfinput tag I ran into a
problem. I typed the source code into my page and although the form comes up
fine with the text box and all, when I select the row, nothing happens. :(

Here is the form code. The query works fine.

<cfform format="flash" width="500">

        <cfgrid name="grid" query="artists" selectmode="single">
                <cfgridcolumn name="firstName">
                <cfgridcolumn name="lastName">
                <cfgridcolumn name="city">
        </cfgrid>
<cfinput type="text" label="First Name" name="city"
bind="{grid.selectedItem.firstName}">
</cfform>

Can someone tell me what I have done wrong, or what I can do to fix this
problem?

Thanks,
Kevin
Rose Valley Soaps
http://www.rosevalleysoaps.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:210530
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to