Jeromy Evans wrote:
Roger wrote:
Hi

<s:iterator value="valueables" status="status">
<s:textfield name="valueables[%{#status.index}].description"/>
<s:property value="%{valueables[%{#status.index}].description}"/>
<s:property value="valueables[%{#status.index}].description"/>
</s:iterator>

The textfield property correctly displays the value , neither of the property tags display anything at all. What's the correct syntax for the property value attribute?

Regards

This is best, as its an iterator, for a for loop:

correction: This is best, as its an iterator, NOT a for loop:


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to