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