最佳答案
有时,当使用<h:commandLink>
、<h:commandButton>
或<f:ajax>
时,与标记关联的action
、actionListener
或listener
方法根本没有被调用。或者,bean属性不会被提交的UIInput
值更新。
可能的原因和解决方法是什么?