Yes
----- Original Message ----- 
From: "Marco Mistroni" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, February 25, 2004 10:51 AM
Subject: validation error in FormBean, where to redirect next?


> 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]
> 
> 


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

Reply via email to