I have the following action in my struts-config:
<action path="/action/addUser"
type="com.comp.blah.actions.AddUserAction"
name="userForm"
scope="request"
validate="true"
input="/add_user.jsp">
<forward name="success" path="/listUsers.do" redirect="true" />
<forward name="failure" path="/add_user.jsp" />
</action>
if the validate method in UserForm finds an error the controller should
return focus to the input attribute, in this case "/add_user.jsp" right?
In my case it comes back to a blank page and no exceptions are thrown.
Any ideas?
thanks,
diego.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]