Hello all,
I am fetching a list of objects in one action and i want to use the same list of objection when i move to another action from that action. How can i do that? Actually i use the list of objects to populate the table of a jsp page and the i want to access the same list of objects in the action that is triggered when the form of that jsp page is submitted. Do i have to fetch those objects again or is there any way that i can use the same list of objects fetched in earlier action? -- Thanks, Prashant Khanal

