I'm fairly new to struts, so this question may seam trivial to some. I have a number of JSP pages that I would like to fill in sequence and populate a single form bean with information the user entered from all the pages. However, the form bean is recreated for each new JSP page that loads. How can I make one form bean that I could share through multiple JSP pages.