Hi All, I am currently using the Struts MVC2 framework to develop a wizard application. Upon reading the literature in regards to how Struts works, I noticed that my application will does not re-display form values entered by the user if errors are issued. Is it possible to re-display form values from an ActionForm if the validate method returns ActionErrors. If so, how do you achieve this? Do you need to store anything in a session object? Is it possible to re-display form values from an Action class if we return ActionErrors. Cheers Rodney