Hi, when I got a specific error in my form, I want to exchange a specific image like an icon in red representing the field, and I also want to exchange the css style, so that the form field gets a red border and / or red background.
Any idea of how to get this done? I tried: <logic:messagesPresent message="error.myValue.invalid"><html:img src="myErrorValue.gif" border="0"/><logic:messagesPresent> <logic:messagesNotPresent message="error.myValue.invalid"><html:img src="myValue.gif" border="0"/><logic:messagesNotPresent> but it didn't work :-(! Thanks in advance, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]