nirmalk
Sep 12th, 2007, 11:33 PM
Hi,
I am facing a peculiar problem.Iwant to save the arraylist from the JSP to to the back end in the controller where i accces the command object.
To make my self clear.
I have value objects which i wrap in arraylist and display it on the JSP page .these are displayed in tabular form and each row is editable ,again if the user makes any changes to one of the row and submit button is clicked the arraylist should be accesible using the command object in the controller.
but when in type cast the command object and try to get the valu object from it it shows zero entry.
Please help me with some sample cod eor let me know where i am wrong
I am facing a peculiar problem.Iwant to save the arraylist from the JSP to to the back end in the controller where i accces the command object.
To make my self clear.
I have value objects which i wrap in arraylist and display it on the JSP page .these are displayed in tabular form and each row is editable ,again if the user makes any changes to one of the row and submit button is clicked the arraylist should be accesible using the command object in the controller.
but when in type cast the command object and try to get the valu object from it it shows zero entry.
Please help me with some sample cod eor let me know where i am wrong