Hi all,
Assume that I have following struts-config.xml
<action path="/receiveLine"
type=" ReceiveLineAction"
input="/receiveLine.jsp"
name="receiveLineForm" scope="request">
<forward name="failure" path="/receiveLine.jsp">
</forward>
<forward name="exitLine"
path="/receiveHeader.jsp">
</forward>
<forward name="lineComplete"
path="/populateProduct.do">
</forward>
</action>
Now, I have ALWAYS assumed that if validation fails in the
ReceiveLIneForm bean, I should be redirected to the input page, which is
receiveLine.jsp
Is my assumption correct?
Regards]
Marco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]