Groups | Blog | Home
all groups > coldfusion flash integration > june 2005 >

coldfusion flash integration : Bind Expressions in repeated CFForm pages


Chris.Velevitch
6/29/2005 12:00:00 AM
In CFMX 7 using flash forms,I can't seem to work out how to set the
label of each page to be an expression of 2 columns concatenated
together.

<cfformgroup type="accordion">
<cfformgroup type="repeater" query="q_thequery">
<cfformgroup type="page" label="{q_thequery.currentItem.col1+'
'+q_thequery.currentItem.col3}">
<cfformitem type="html"
bind="{q_thequery.currentItem.col4}"></cfformitem>
</cffromgroup>
</cfformgroup>
</cfformgroup>It works with a simple expression
"{q_thequery.currentItem.col3}" but
not with anything more complicated.

Has anyone managed to get this working? If so, how did you do it?

Chris
_silence
7/1/2005 12:00:00 AM
Try this:

label="{q_thequery.currentItem.col1} text if you want it here {q_thequery.currentItem.col3}">
AddThis Social Bookmark Button