I have a
jsp page which needs to display a array of value objects ( Each row of my page is an instance of the Value class)
Also, This page is editable and hence I need to send back the updated values back to the Action class.
I am not able to access the updated values in the submitted Action method
instead seeing the values before editing them.
Let me know if additional information is required.
Thanks in advance
BJ