会richfaces帮忙看看
做练习使用<a4j:commandButton>标签,但是页面却看不见按钮,自然也没有办法点击
<body> 点击按钮 <f:view> <h:form> <h:panelGrid> <a4j:commandButton value="点击" action="#{bean.click}" rendered="output" /> <h:outputText value="#{bean.text}" id="output"></h:outputText> </h:panelGrid> </h:form> </f:view> </body>