primefaces-extensions / primefaces-extensions.github.com

Organization repo, only for homepage, wiki and issue tracker
https://primefaces-extensions.github.io/
70 stars 22 forks source link

CommandButtonSingleClick: values of attributes without ValueExpression are incorrect #786

Closed melloware closed 4 years ago

melloware commented 4 years ago

@jepsar Go to the showcase here: https://www.primefaces.org/showcase-ext/sections/blockui/blockUIAjax.jsf

Click the "Add Message" button and blockUI will run until ajax completes and then block ui will unblock.

Now run the same test localhost which has CommandButtonSingleClickRenderer and you will notice the oncomplete is never called. In fact if you look in the View Source HTML the oncomplete isn't even rendered?