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 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 user doesn't type anything in the form and hits the submit
> button, it has go through all server codes... This can be easily prevented
> at client side...
> 2. If I use my own javascript validation, will I be reinventing the wheel?
> Even if I use it, is there a way to get the error messages from Message
> Resources? For example: error messages in alert boxes.
>
> Regards,
> semaj
>
>
> pbenedict wrote:
> >
> > 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 display inline error messages (instead of alerts)
> >> during
> >> the client side validation?
> >>
> >> Thanks,
> >> semaj
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Display-inline-error-message-tf4132276.html#a11763127
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to