RE: error and warning messages

2005-01-27 Thread Sunil Sahu
Title: RE: error and warning messages Yes andy, you can define as a validate=true in your struts-config.xml mapping. Cheers Sunil -Original Message- From: Andy Richards [mailto:[EMAIL PROTECTED]] Sent: Monday, January 24, 2005 8:43 PM To: Jim Barrows Cc: Struts Users Mailing List

Re: error and warning messages

2005-01-24 Thread Andy Richards
Thanks Jim, this was along the lines off what i was thinking. Can i not just say validate=true in my struts config for my error validation, or must i call super.validate from my action form before i do my warning logic? cheers Andy Jim Barrows wrote: On Mon, 24 Jan 2005 13:34:50 +, Andy Ri

Re: error and warning messages

2005-01-24 Thread Jim Barrows
On Mon, 24 Jan 2005 13:34:50 +, Andy Richards <[EMAIL PROTECTED]> wrote: > Hi > > I have the requirement to perform server side validation on a form, no > probs. The problem is that i have a set of error rules and a set of > warning rules. There is no problem defining the errors in my > valida

error and warning messages

2005-01-24 Thread Andy Richards
Hi I have the requirement to perform server side validation on a form, no probs. The problem is that i have a set of error rules and a set of warning rules. There is no problem defining the errors in my validation.xml and returning the user to the page to correct them, however at some point pro