ggggtechtips
Programmer
This is what I am trying to do.
<BR>
There are 5 screens which will collect different information. I want to put all five screens information in a single Object.
<BR>
Here is what I have:
5 jsp screens with required fields.
5 different actions and forms classes
1 bean which has all fields from 5 different screens when moving from one screen to the other, whatever information collected on the current screen I am updating/inserting to that bean.
<BR>
My question is how do I pass that bean from screen to other screen action ?
Thanks, Gokul
<BR>
There are 5 screens which will collect different information. I want to put all five screens information in a single Object.
<BR>
Here is what I have:
5 jsp screens with required fields.
5 different actions and forms classes
1 bean which has all fields from 5 different screens when moving from one screen to the other, whatever information collected on the current screen I am updating/inserting to that bean.
<BR>
My question is how do I pass that bean from screen to other screen action ?
Thanks, Gokul