--- On Mon, 7/14/08, wild_oscar <[EMAIL PROTECTED]> wrote:
> <s:iterator value="actionErrors" >
>  <s:property/>
> </s:iterator>
> 
> However, how can I use Css calsses on the property? I want
> to display the error in red, but the property element doesn't 
> have any CSS property. What's the best way of applying a Css 
> syle to it?

<span class="..."><s:property/></span>

(Or <div...>, or put it in a list and have a class for list elements, or... any 
other CSS methodology.)

Dave


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

Reply via email to