In plain JSF, validation is defined in the view: <h:form> <div> <h:messages/> </div> <div> Country: <h:inputText value="#{location.country}" ...
確定! 回上一頁