Keeping general and field specific error messages separate

2005-04-17 Thread David Easley
My form uses the Struts validator. One of its fields is 'required' and I want the error message to show up alongside the field when the form is redisplayed. There may also be general errors and I want these to be listed at the top of the page. Problem is, the field specific error (created by the

Re: Keeping general and field specific error messages separate

2005-04-17 Thread Joe Germuska
At 7:13 PM +0100 4/17/05, David Easley wrote: My form uses the Struts validator. One of its fields is 'required' and I want the error message to show up alongside the field when the form is redisplayed. There may also be general errors and I want these to be listed at the top of the page. Problem