Hi all expert, 

i want to access this formBean (ResultForm) from other Action
how can i get the reference

        <action    path="/result"
                           type="ui.result.ResultAction"
                           name="ResultForm"
                          scope="session"
                          input="result.jsp"
                          >
        </action>

it did try this, but it does not work     any idea

 HttpSession session = request.getSession(true);
 ResultForm resultForm = (ResultForm)session.getAttribute("ResultForm");


>From Timothy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to