Hi All, I tried with plain html file to be displayed when validation fails. I am still getting following message: DEBUG (RequestProcessor.java:972) - Validation failed, returning to '/Logon.html'
Browser just hangs. What does the RequestProcessor do after above message? I am using DynaValidatorActionForm at request scope. Does the RequestProcessor try to set the fields in my form to the values that it had received before validation failed? If so, how can I check there is no error in this process? Thanks for any hints/links/help. Reddy Pingili > -----Original Message----- > From: Pingili, Madhupal > Sent: Wednesday, February 11, 2004 2:19 PM > To: '[EMAIL PROTECTED]' > Subject: Need help on making Custom Validator work > > Hi All, > I have developed a validator for a special validation. > I have debug statements in this class and I enabled > the validator and struts.action classes logging level to DEBUG. > > When I type an invalid field in my form and click on "search" button, > the action gets invoked and I see all the messages in > log files(from my validator class as well as struts.action classes). > > The last message was: > > DEBUG (RequestProcessor.java:972) - Validation failed, returning to > '/FindDocs.jsp' > > After this, I should get the results of 'FindDocs.jsp' in my browser > window. > But I am not getting any response in my browser window. It just hangs. > > Can anyone tell me how to find out what's happening here? > > 'FindDocs.jsp' has folowing code just like > struts-validator.war web app has: > > <logic:messagesPresent> > <bean:message key="errors.header"/> > <ul> > <html:messages id="error"> > <li><bean:write name="error"/></li> > </html:messages> > </ul><hr> > </logic:messagesPresent> > > I am using struts 1.1 version. > > Reddy Pingili > > > --------------------------------------------------------------------- > 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]

