标签: jsf richfaces javabeans commandbutton
我有一个带动作的jsf组件
<h:form> <a4j:commandButton value="click" action="#{myBean.method()}" /> </h:form>
问题是bean的方法“方法”在第一次点击时只被调用一次, 如何修复它将在每次点击时调用