thanks 

i dont know how to create custom theme for that but 

i have done manually

<STYLE type="text/css">
<s:iterator value="fieldErrors">
#<s:property value="key"/>,
</s:iterator>
{       
border-color: #FFE6F7;
        
}

</STYLE>


Torsten Krah wrote:
> 
> Am Donnerstag, 16. Oktober 2008 09:14:19 schrieb Hardik Shah:
>> can anybody gives idea
> 
> Make a custom theme for your tag you want to get a custom border and add
> your 
> css definition there.
> Another solution would be, to use s:if and look in the fielderror List for
> a 
> failure for your field and if one exists, use a custom css definition.
> 
> -- 
> Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge.
> Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html
> 
> Really, I'm not out to destroy Microsoft. That will just be a 
> completely unintentional side effect."
>       -- Linus Torvalds
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/change-border-of-field-when-error-comes%28Custom-CSS%29-tp20008381p20010973.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to