Validation Error messages.

2004-02-11 Thread Vijay . Kukreja
Hello All, I am using validation framework for the validations on the page. When i click on submit button, it shows me the validations(required messages) which are required, That's what it is suppose to do. But unfortunately after clicking on the ok button on the javascript popup window. The c

RE: Validation error messages

2004-02-02 Thread Glenn, Scott
> As long as the error message is set up as I said the validation framework > should put the field name at the start of the message... But not the > value in the field. > > so in your example below you might get an error message like; > > Email address is a required field > [[SMG]] Yeah, that

RE: Validation error messages

2004-02-02 Thread Hunt, Steve
iling List' Subject: RE: Validation error messages Thanks Steve, That's what I'm doing when I implement my own custom validation routines, but what about the standard Struts validation rules (which are implemented declaratively), so you don't explicitly create any ActionErr

RE: Validation error messages

2004-02-02 Thread Glenn, Scott
Sent: 02 February 2004 15:49 To: 'Struts Users Mailing List' Subject: RE: Validation error messages in the resource file where the error message is defined use {0} to parametize it. eg address.invalid=Address {0} is not a valid email address. When you construct the actionError add the

RE: Validation error messages

2004-02-02 Thread Hunt, Steve
--Original Message- From: Glenn, Scott [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 14:45 To: 'Struts Users Mailing List' Subject: Validation error messages I might be missing something obvious here, but is there an easy way to get the submitted value to become part of the your err

Validation error messages

2004-02-02 Thread Glenn, Scott
I might be missing something obvious here, but is there an easy way to get the submitted value to become part of the your error message? So, for example, if the user enters "abc" in an email field, I'd like a message saying :- Address "abc" is not a valid email address. I can get this

Re: Show validation error messages next to the corresponding input fields

2003-11-13 Thread Caroline Lauferon
rsday, November 13, 2003 3:22 AM Subject: Show validation error messages next to the corresponding input fields > > > > > Does anybody know how to do this? I know I can get ActionErrors which is an > array of messages.. but is there a way I can

RE: Show validation error messages next to the corresponding inpu t fields

2003-11-12 Thread David Liles
Try this... : -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 8:39 PM To: Struts Users Mailing List Subject: RE: Show validation error messages next to the corresponding inpu t fields Thanks Vishu, But

RE: Show validation error messages next to the corresponding inpu t fields

2003-11-12 Thread Kevin Wang
<[EMAIL PROTECTED]cc: stam.com> Subject: RE: Show validation error m

RE: Show validation error messages next to the corresponding inpu t fields

2003-11-12 Thread Ghanakota, Vishu
e, so it can go with rest of your formatting. -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 6:23 PM To: Struts Users Mailing List Subject: Show validation error messages next to the corresponding input fields Does anybody know how to d

Show validation error messages next to the corresponding input fields

2003-11-12 Thread Kevin Wang
Does anybody know how to do this? I know I can get ActionErrors which is an array of messages.. but is there a way I can put the messages in place with their input fields? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED

Validation Error Messages and Formatting was [Memory consumption of tags]

2002-02-28 Thread David Winterfeldt
--- "Yu, Yanhui" <[EMAIL PROTECTED]> wrote: > This is posted a couple of times, hope someone can > help me out: > > > > What I need to do is this: I would like to > display an error message to > the > > user in a little more customized way, such as, if > some special characters > > are not all