> -----Original Message----- > From: Leung, Albert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 11:56 AM > To: Struts Users Mailing List > Subject: form validation > > > For some reason I can't get form validation to work for a particular > project. If I take the same ValidatorForm, use the same > validation entry in > formset, and update the struts-config to use the same form > bean and action > it works fine in another project. The project that has > problems just gives > me a blank page whenever it finds something wrong. There is > no stack trace > or log that can tell me what could be wrong.
Could be: 1)Missing input param in struts config 2)Input goes to page/action that doesn't exist. 3)Input goes to action whose forward doesn't exist. > > > > Please help! > > > > Albert > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]