Hi, because my jsp would be too complicated, I decided to move some controls to another page. Actually I have just one object where I store data in my action class (e.g., Fruit), where in first jsp user enter about half information, and in second he enter rest of the information (but I want to use the same Fruit object, because I need to have data from the first jsp). How can I do this ? -- Thx, Milan

