在普通JSF中,验证在视图中定义: <h:form> <h:messages/> <div> Country: <h:inputText value="#{location.country}" required="true"> <my:validateCountry/> ...
確定! 回上一頁