Hi Guys, I want to get a list stored in the session and feed that value in to the iterator... i have done like as shown below, but its not working
<s:iterator value='%{request.getSession().getAttribute("test");}' >
</s:interator>
Can anyone suggest me how to do this..?
--
Regards
Kushan Jayathilake

