Questions tagged [dialog-framework]
15 questions
8
votes
2 answers
Primefaces Dialog Framework Liferay
Primefaces Dialog Framework opens the same portlet page instead of required page.
Bean:
public void viewDialog() {
…

rjomir
- 304
- 3
- 12
6
votes
3 answers
Primefaces dialog framework not working while using ajax listener
I'm trying to open dialog using Primefaces 4 dialog framework,
public void openDialog(String viewName) {
RequestContext.getCurrentInstance().openDialog(viewName);
}
This works:

Kuldeep Singh
- 208
- 2
- 10
3
votes
3 answers
How to end bot conversation and let real person handle responses in Dialog Flow?
I am developing a bot for business using Dialogflow. I want to keep an option "Talk to real person". When my customer wants to talk to real person, bot should stop and someone from my support staff will take care of that user.
How is it…

Muhammad Arsalan
- 345
- 4
- 14
3
votes
2 answers
primefaces dialog using dialog framework not popping up
I'm trying to use primefaces dialog framework to simplify my code. I've followed the example in the primefaces 4.0 user guide and it's not working.
I copied the example pretty much verbatim creating three files: a file with the dialog in it, a file…

wjr
- 324
- 1
- 3
- 14
2
votes
1 answer
Primefaces Dialog Framework - Not Working
Primefaces Dialog Framework v 4 is not working, I have googled to solve the problem as I have added the following code to faces config but all went in vain. Please find the code below:
Index page:

Zahid Ghafoor
- 89
- 2
- 9
1
vote
1 answer
Omnifaces MultiViews and primefaces dialog framework
We have an application in JSF2 with primefaces 6.1 + omnifaces 2.6.2, omnifaces is in multiviews configurations working really well with urls like:
mysite/blogPost/my-very-first-post
…

soekris
- 11
- 3
1
vote
1 answer
Primefaces Dialogue framework
I am creating a dialogue box which can then be used on multiple parent screens. (ie. customer search).
for the customer search dialogue box I have created following…

Chirag Jhaveri
- 135
- 2
- 14
1
vote
0 answers
Primefaces Dialog Framework Perfomance issue
we are building a Java EE 7 website and having a problem with performance in some situations.
We are using the following components and technologies:
Java 1.7
JSF 2.2
EclipseLink 2.5.1
PrimeFaces 4.0
Glassfish Server 4.0
Advantage Database Server…

user3218708
- 55
- 1
- 1
- 8
0
votes
1 answer
android SingleDateTimePicker, how to darken back view
I am using a third party library: SingleDateTimePicker https://github.com/florent37/SingleDateAndTimePicker
This is a great way to display a dialog at the bottom of the screen of date and time. This is how I am doing it:
new…

bcsta
- 1,963
- 3
- 22
- 61
0
votes
1 answer
Waterfall dialog prompts not working in bot framework
I am still trying to grasp the concepts of bot framework v4 and dialogs. I am trying to create a simple bot which integrates with QnAMaker and LUIS. Both integrations work separately but I am not able to integrate them both. I am using ASP.NET Core…

Surya
- 173
- 1
- 3
- 15
0
votes
1 answer
Pass parameter to bean associated with PrimeFaces Dialog Frameworks' dialog
I have a template with button which opens dialog:

T. Kryazh
- 25
- 1
- 10
0
votes
0 answers
Primefaces Dialog Framework and Growl messages
I'm using Primefaces 6.1 Dialog Framework. I'm wondering if there's a way to use a general growl for nested dialogs.
I could use a growl in one of the child dialogs but it displays the messages inside the boundaries of the iframe and not on the…

Franx
- 93
- 7
0
votes
1 answer
Dialog framework does not close when it has an input field
I'm trying to close a dialog with a cancel button, I receive the event but the dialog does not close.
After a lot of digging I realize the problem is where the dialog has an input field with the ticket description, but it works when I remove it and…

Joe
- 7,749
- 19
- 60
- 110
0
votes
1 answer
Primefaces Dialog framework open dialog from
Salam,
I'm trying to show a notification in a dialog dynamically from a poll component but it doesn't seem to work !!
the action works well when i use it with a…

zez
- 53
- 1
- 7
0
votes
1 answer
Primefaces dialog framework doesn't show up
Yet another post on primefaces dialog framework.
I've been watching all of these previous posts:
Primefaces Dialog Framework - Not Working
primefaces dialog using dialog framework not popping up
Primefaces dialog framework not working while using…

Montre
- 1
- 2