primefaces commandbutton update does not work

混江龙づ霸主 提交于 2019-12-01 22:52:47

Are you sure that test() method is invoked? If yes, can you try with following update expression?

update="@([id$=wbTestPanel])"

Otherwise, it maybe the case that test() method is not called because of a validation error. If that is the case, you can inspect it with debug or firebug.

Ehsaan Israr

Use : before id


Remember


  1. If you make a dialog.

  2. Before Dialog old form tag should be closed.

  3. Then dialouge content should be placed into another form.

  4. Use update=":dialougeid, :dialougeFormId"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!