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 <nested:text property="userName"
Example :User Name
<nested:text property="userName" size="26" maxlength="20"
styleClass="inputtype" errorStyle="background-color: red"
errorStyleClass="inputtypeerror" /></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]