How to persist table values while changing each tab?
Normally values containing text box will persist.
ie,<s:textfield name="myData" />
I have list of values which is populated using iterator Tag into a table.
But,while triggering each tab all text box values will persist, except these table values.
How can we solve it? :(
