I am trying to have my Form in session and I have set the scope="session" in my action 
mapping.

If I try to access this form in other JSP page it is returing Null.

Am I missing something??

<action path="/updateprovider" 
type="gov.mi.mdch.pe.strutsactions.UpdateProviderAction" 
name="selectedProviderInfoForm" scope="session">
      <forward name="success" path="/WEB-INF/jsp/UpdProvDetailInfo.jsp"/>
</action>


The form data is available in UpdProvDetailInfo.jsp, but not in any other JSP.

Thanks

Reply via email to