blank page can mean that something like an out of memory error is being thrown. Did you check your server's logs for the exception?
> -----Original Message----- > From: Diego [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 07, 2003 1:04 PM > To: Struts Users Mailing List > Subject: validator > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]