Cristian Peraferrer wrote:
Is there a way in struts2 to point out that there was validation
errors in each input field, like putting an error style using
errorStyleClass (of struts1)?

struts1 example:

<html:password property="password" styleId="password"
errorStyleClass="frmError"/>

The xhtml theme does this by default. The style can be overridden by including your own style sheet after the S2 head tag.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to