Re: getting a Form from the Session Scope from another Action

2005-08-15 Thread Yuniar Setiawan
it would be like this: Step1Form form1 = (Step1Form) request.getSession ().getAttribute("Step1Form"); On 8/16/05, C.F. Scheidecker Antunes <[EMAIL PROTECTED]> wrote: > > Hello all, > > Say that I have the following situation: > > type="org.apache.struts.actions.ForwardAction" > parameter =

getting a Form from the Session Scope from another Action

2005-08-15 Thread C.F. Scheidecker Antunes
Hello all, Say that I have the following situation: Ok, the first action calls a jsp that, when submited, calls ProcessStep1 action and populates the Step1Form. However on step2 I am doing a file upload so I am declaring the form, which is not Step1Form, to be of request scope not