<action name="OffreMobileBaseActionForm"
path="/offreMobileEntry"
type="com.bnpparibas.offremobile.presentation.struts.action.entrypoints.OffreMobileEntryPointAction"
scope="request"
validate="true"
input="WEB-INF/jsp/test.jsp">
<forward name="success" path="WEB-INF/jsp/offremobile.jsp"></forward>
</action>
<action name="OffreMobileEtape0Form" path="/offreMobileAction" type="com.bnpparibas.offremobile.presentation.struts.action.OffreMobileAction"
scope="request"
validate="false">
<forward name="success" path="WEB-INF/jsp/offremobile.jsp"></forward>
</action> |