Im using the tag iterator to iterato over a list of objects in the user session. Anyone knows hot to iterate over a list in the application <s:iterator value="days">
<p>day is: <s:property/></p> </s:iterator> sometingh like this <s:iterator value="days" scope="application"> <p>day is: <s:property/></p> </s:iterator> Regards Juan.