Hi I am involved in developing a small application to get details abt struts.
I have four screens thru which i get info from the user and thru the value object i transfer it to the EJB components. I hold all the details of the four screens in four different session beans. I accept a criteria [eg. user id] from the user and retrieve the corresponding user info from database. I get an value object. I have to set the details retrieved into the corresponding pages from the first page itself. How could i do this, since when the next button in my page is clicked i transfer the control to an .jsp i am not able to populate the form bean. Any solutions?????suggestions?????? Arul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

