Hi

I 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?

Regards

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

Reply via email to