Valuechangelistener Doubt in JSF

后端 未结 3 1789
灰色年华
灰色年华 2020-12-10 16:38

HI,

Please see the following code:

                

        
3条回答
  •  温柔的废话
    2020-12-10 16:52

    The solution from romaintaz of calling an action instead of valueChangeListener is also great because in the case of "change" event the action is called after the model is updated (allowing for a DB update for example) while the valueChangeListener is called before....

提交回复
热议问题