Nestor:

Add an "input" attribute in, something like this:

<action path="/login" 
type="com.tcs.reclamos.struts.action.LoginAction"
input="/login/login.jsp"
name="loginForm" scope="request">

this way when validation fails control will go back to login/login.jsp
Geeta


> My struts-config looks like this:
>  
>     <action path="/login" 
> type="com.tcs.reclamos.struts.action.LoginAction"
> name="loginForm" scope="request">
>       <forward name="success" path="principalForward.do" 
> redirect="true"/>
>       <forward name="failure"     path="Login"/>
>     </action>
>  
> Every time a failure occurs because a validation problem the 
> form is not
> repopulated. What else should I check?

>  
> Thanks in advance
> 
> 
> 
> ---------------------------------------------------------------------
> 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