|
s:validate |
|
<p>The <s:validate> tag validates input for a particular JSF UI component bound to a managed bean property using Hibernate Validator. (Requires the Hibernate annotations library on your classpath.)</p>
Example
<s:validate> <h:inputText value="#{userBean.username}" required="#{true}" /></s:validate>
|