RE: Display inline error message

2007-07-24 Thread Will Budreau
Struts Users Mailing List Subject: Re: Display inline error message I don't think #1 is a big deal. I don't use client side validation often. Yes, #2 is reinventing the wheel. There's nothing wrong with submitting to the server. On 7/24/07, semaj.najraham <[EMAIL PROTECTED]> w

Re: Display inline error message

2007-07-24 Thread Paul Benedict
I don't think #1 is a big deal. I don't use client side validation often. Yes, #2 is reinventing the wheel. There's nothing wrong with submitting to the server. On 7/24/07, semaj.najraham <[EMAIL PROTECTED]> wrote: > > > Hey Paul, > > Thanks for the reply. Displaying inline error messages is one

Re: Display inline error message

2007-07-24 Thread semaj.najraham
Hey Paul, Thanks for the reply. Displaying inline error messages is one of the user requirements. I just want to get some thoughts... 1. As I need to display inline error messages, is it ok to use only server side validation? I just don't want to use server side validation only. Let's say if the

Re: Display inline error message

2007-07-23 Thread Paul Benedict
Inline error messages would be an ajaxian-like feature. The current version of the validator does not support this. However, that is a good enhancement request :-) Paul semaj.najraham wrote: Hi there, I'm using Validator framework with Struts 1.3.8. I would like to know if there is a way to