Pass parameter to dialog in the same page

前端 未结 2 1761
别那么骄傲
别那么骄傲 2020-12-18 22:06

I have a page contains a form and other form nested in a dialog. I need to pass parameter to dialog when button clicked in the main form


2条回答
  •  独厮守ぢ
    2020-12-18 22:38

    I have simply called the PDataTables's datamodel as shown below.

    1. IN the Java Bean I am refreshing the data from the backend receivedFdnsController.refreshData method.
      1. To refresh the data in the form I am calling datamodel refreshing as #{receivedFdnsController.newReceivedFdnsDataModel} after hiding the dialog. More details shown below.

    Regards Khaleel

提交回复
热议问题