Hi there,

I am trying to iterate a session variable of type HashMap<String, List>
using the following code, but it's not producing any markup..

<s:iterator value="#session.User" id="User">
<s:property value="key" />
<s:property value="value"/>
</s:iterator>

If there is any example on how to iterate object from session variable than
please let me know.

regards,
Dhiraj

Reply via email to