Forum Moderators: open
For example,
.
.
.
<input type="hidden" value="test"> // populated inside an iterator
.
.
I need to access this dynamic value and set this for some other struts tag.
for example,
<bean:write id="a" value="test1">
I have tried using pageContext.getAttribute() also. But still I can't get any solution.
If any one can help me out, I would be really thankful to them.
Thanks inadvance :o)