Yes, use the rendered attribute. <h:form rendered="#{some boolean condition}">. You usually tie it to the model rather than letting the ...
確定! 回上一頁