RE: Marking fields with background colour having errors for nested tags

2006-05-08 Thread Raghuveer
Niall Thanks for support I got by using " * * -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 6:13 PM To: 'Niall Pemberton'; 'Struts Users Mailing List' Subject: RE: Marking fields with background colour having errors

RE: Marking fields with background colour having errors for nested tags

2006-05-08 Thread Raghuveer
Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Marking fields with background colour having errors for nested tags On 5/8/06, Raghuveer <[EMAIL PROTECTED]> wrote: > > Is it possiable in struts to show a label in different colours. > I.e Identfying label and showing in d

Re: Marking fields with background colour having errors for nested tags

2006-05-08 Thread Niall Pemberton
On 5/8/06, Raghuveer <[EMAIL PROTECTED]> wrote: Is it possiable in struts to show a label in different colours. I.e Identfying label and showing in different color if the related html object is having any errors In below example i need to show label User Name in red color if there is any data e

Re: Marking fields with background colour having errors

2006-05-08 Thread Niall Pemberton
On 5/5/06, Raghuveer <[EMAIL PROTECTED]> wrote: Hi, Does struts has any facility to show fields having validation error in red color or mark it in some way? Not the error messages Could any one suggest using 'errorKey' 'errorStyle' 'errorStyleClass' and 'errorStyleId' attributes. Yes these

Marking fields with background colour having errors for nested tags

2006-05-08 Thread Raghuveer
Is it possiable in struts to show a label in different colours. I.e Identfying label and showing in different color if the related html object is having any errors In below example i need to show label User Name in red color if there is any data error in Nested tag --

RE: Marking fields with background colour having errors

2006-05-05 Thread Chaudhary, Harsh
Friday, May 05, 2006 8:41 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Marking fields with background colour having errors Hi, you wil be perhaps interested by FormView project. With FormView, you can easily set a styleClass to input which have errors by using ActionError St

Re: Marking fields with background colour having errors

2006-05-05 Thread Angelo zerr
Hi, you wil be perhaps interested by FormView project. With FormView, you can easily set a styleClass to input which have errors by using ActionError Struts. see http://formview.sourceforge.net/errors.html for more information. Angelo 2006/5/5, Raghuveer <[EMAIL PROTECTED]>: Hi, Does struts h

Marking fields with background colour having errors

2006-05-05 Thread Raghuveer
Hi, Does struts has any facility to show fields having validation error in red color or mark it in some way? Not the error messages Could any one suggest using 'errorKey' 'errorStyle' 'errorStyleClass' and 'errorStyleId' attributes. ---