Questions tagged [confirm-dialog]

33 questions
0
votes
1 answer

PrimeFaces confirmdialogs from single Bean

Submit button is pressed the bean first checks for valid values, if it fails validation a dialog is presented. While the process is running another session submits a button press and the bean checks the flag and need to present a different…
Steve
  • 31
  • 4
0
votes
0 answers

confirmDialog commandButton does not redirect/ does nothing if you wait for a longer period of time/ idle time session

I have a JSF page where a popup would appear if he is idle for some period of time. 3 min 10 min etc If he is idle for some period of time a confirmDialog box would comeup with a message - "Your session has expired." and a command button…
0
votes
0 answers

How to override custom severity icon in a p:confirmDialog

How can I override the severity facet of confirmDialog ? For example,
0
votes
0 answers

p-confirmDialog is not getting focused

Whenever I click on the button, dialogbox is opening but the whole screen greys out and I cannot click on the dialogbox. .html file
0
votes
2 answers

Angular 6 Primeng confirmdialog inside of dialog deactivates page

I am trying to add a confirm dialog into a dialog box that is in a component on my navbar.
this component has an overlay Panel that opens a dialog box. On…
jason316
  • 76
  • 1
  • 10
0
votes
1 answer

How can I show p:confirmDialog from bean?

I got this from primefaces but I dont want to use the button and call the confirm dialog from the bean, how can I do this or render commandbutton and execute from bean? The problem is that Im using a commandbutton to execute a method, this method…
juanpalomo
  • 63
  • 1
  • 8
0
votes
1 answer

Update a data table after click button with primefaces

I have a dataTable, saving button, form. When I click on the save button, a confirm dialog is shown with two choices: "yes" or "no". My problem is when I click "yes" to confirm saving my datable is not updated. I want to show the data in my…
Noureddine
  • 103
  • 1
  • 4
  • 16
0
votes
1 answer

Primefaces Confirm Dialog is not delete

this is my delete code:
0
votes
1 answer
0
votes
1 answer

Not able to add scrollable confirmDialog with dimention

I have to display one scrollable confirmDialog with fixed width and height. I am trying it by this way:
Satish A
  • 58
  • 8
0
votes
1 answer

Dijit ConfirmDialog - change its default style

How to change the default style (bar color, content color, etc) of the dijit ConfirmDialog? Please see codes below. Neither width or color were changed for the Confirm Dialog. var confirm = new ConfirmDialog({ title: "Confirmation", …
Alex W.
  • 546
  • 1
  • 7
  • 22
0
votes
1 answer

Primefaces v.5.3.5 confirm dialog render issue outside main h:form and inside main form is rendered but it is not working properly

I am using PF v.5.3.5 and JSF v.2.2.8. It is a frequent topic in SO. I noticed that there is a bug in PF v.5.3.5 documentation related to the appendTo attribute. 1st approach The p:confirmDialog is rendered and commandbuttons are rendered but…
Skyware
  • 352
  • 1
  • 7
  • 16
0
votes
1 answer

PrimeFaces Editor not updating value

I have this editor.xhtml where I have editor and a bunch of buttons and confirmdialogs for said buttons. All of this can be used in dialogs in my web application. editor.xhtml:
Steve Waters
  • 3,348
  • 9
  • 54
  • 94
0
votes
0 answers

How to conditionally display a PrimeFaces confirmdialog based on back bean values?

I have a condition `{notificationSearchBean.tooLong}'. How can I create a button when if that condition is true, I want to show a confirmDialog and when its false the action will execute immediately. When the condition is true the confirmdialog is…
0
votes
1 answer

Delete confirm dialog not show up

I defined a link_to in the user profile page to delete the account. = link_to "Delete My Account", user_path(@user), :method=>:delete, :confirm => "Are you sure to delete your account?" The Jquery code was in javascripts/application.js as…
Dengke Liu
  • 131
  • 1
  • 1
  • 10