s:validate |
|
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.)
Example:
<s:validate><h:inputText value="#{userBean.username}" required="#{true}" /></s:validate>
|