Roger Varley wrote:
HiI have this fragment of .jsp code <s:iterator value="order.details" status="status"><s:set name="indexValue" value="#status.index" scope="request"/><s:text name="index"/> <s:property value="#status.index"/> <s:text name="variable"/> <s:property value="#indexValue"/> <!-- Other Stuff here --> </s:iterator> When this runs I see the text "Index" and the value of #status.index followed by the text "variable" but the value of #indexValue is not displayed. What am I doing wrong?
I *still* don't have my head wrapped around when '#' is needed; have you tried <s:property value="#indexValue"/>?
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

