Prevent user action #3659
Unanswered
hgfrey
asked this question in
PrimeFaces
Replies: 1 comment 1 reply
-
@hgfrey are you sure. The AJAX should only stop displaying once the AJAX has returned in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After the user presses the action button, processing takes place in the backend and a new page is then displayed. All the time I want to prevent the user from pressing another button and show him the progress (spiner for example).
Our current solution uses p:ajaxStatus which shows a dialog with spiner and ajax requests for the action. But this doesn't work properly because the spiner dialog is closed too early, giving the user the opportunity to press another button before the new page is created. In another place we use blockUi, but I can't display a spiner there.
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions