Re: Validation message Help

2006-08-10 Thread Puneet Lakhina
On 8/10/06, Krishna, Hari <[EMAIL PROTECTED] > wrote: Hi I have a registration page where i have a list of text boxes (all are mandatory).Is it possible to show one single error message for all the fields while highlighting all of them in RED color? For highlighting the the textboxes with red

RE: Validation message Help

2006-08-10 Thread kalpesh modi
As Tejas mentioned, you can use the tag to apply the style to the text boxes. If the error message for that particular field is present, it will apply the style to the text field. As far as displaying a single error message, you can again use on the top of the JSP instead of . Inside the

RE: Validation message Help

2006-08-10 Thread Vishal Seth
Mailing List Subject: RE: Validation message Help How to filter out and where to do it?Do i need to customize validation.xml? -Original Message- From: Vishal Seth [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 12:34 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE

RE: Validation message Help

2006-08-10 Thread Krishna, Hari
How to filter out and where to do it?Do i need to customize validation.xml? -Original Message- From: Vishal Seth [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 12:34 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Validation message Help You can try filtering

RE: Validation message Help

2006-08-10 Thread Vishal Seth
] Sent: Thursday, August 10, 2006 12:26 PM To: 'Struts Users Mailing List' Subject: RE: Validation message Help Hi Possible solution: Write tags to check if the error message is set in the request and correspondingly apply the style on the text boxes to render them in RED color and als

RE: Validation message Help

2006-08-09 Thread Tejas Bavishi
MAIL PROTECTED] Sent: Thursday, August 10, 2006 12:03 PM To: user@struts.apache.org Subject: Validation message Help Hi I have a registration page where i have a list of text boxes (all are mandatory).Is it possible to show one single error message for all the fields while highlighting all of them in

Validation message Help

2006-08-09 Thread Krishna, Hari
Hi I have a registration page where i have a list of text boxes (all are mandatory).Is it possible to show one single error message for all the fields while highlighting all of them in RED color?Please get me ur advice.I know only one way of validation where we show multiple mandatory validation