alexis BOISSONNAT <alexis.boissonnat@...> writes:

> 
> 
> Hi Rolf,
> 
> You can try something like that : 
> 
> <div class="control-group 
${empty(actionBean.context.validationErrors[YourInputName]) ? '' : 'error'} ">
> 
> Which will add the 'error' class if any error occurs on YourInputName.
> 
> Cheers,
> 
> Alex.
> 

Hey Alex,

Your suggestion works great, even though it is a bit verbose and repetitive.

Thanks a lot!

Greets Rolf



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to