coldfusion flash integration:
Hi,
I use cfform format flash to display and edit participant information to a
sport competition. I have a top panel displaying a grid with the list of
participants.
When you select a participant in the grid, it displays the detailed
information in a sub page, where you can edit them.
On one of these sub pages, i have some checkboxes.
What i want is:
Depending on whether the particpant is a men or a women (that's a field celled
Ctaegory), the checkboxes vary on the sub page.
what is the path to access my grid data that are currently selected?
i tried this, but it doesn't work ...
------[i]<cfif "{grid1.selectedItem.Category}" IS 'Women' and
"{grid1.selectedItem.Belt}" IS 'Strong'>[/i]
it says grid1 is unknown ... but all is in the same form .... why is it
unknown?
... any idea on calling these data with the correct syntax?
screenshot of my page
http://katapulse-com.tempserv1.clientnshosting.net/vovinam/img/temp.png
i forgot to say that of course my grid and my other fields are binded and it
works fine, but now i'd like to have some checkboxes displayed in the tab below
if the category of the selected item in the grid is "x" and some other
checkboxes displayed if the category is "y".
Any idea?
Thanks.
Kat