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

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

Re: Struts validation issue

2004-10-15 Thread Andy Richards
est I can do... Pedro On 11/10/04 2:57 pm, "Andy Richards" <[EMAIL PROTECTED]> wrote: hi, i have created my own validator class for validating certain fields which are beyond the default validation scope (e.g. telephone, postcode, username already exists etc.) and have linke

Struts validation issue

2004-10-11 Thread Andy Richards
hi, i have created my own validator class for validating certain fields which are beyond the default validation scope (e.g. telephone, postcode, username already exists etc.) and have linked it to the validator-rules.xml file. when the input field is invalid, i do get the appropriate error msg so