Questions tagged [primefaces-dialog-framework]
6 questions
1
vote
1 answer
0
votes
1 answer
Dialog box does't get opened when clicked on p:commandLink in jsf primefaces?
I am trying to open a dialog box in JSF using p:commandLink

John
- 276
- 1
- 9
- 29
0
votes
1 answer
how can I set the dynamic dialog from a bean in JSF
I'm opening dialog from a backing bean like this:
Map options = new HashMap(); options.put("resizable", true); options.put("width", 1400); options.put("contentWidth", "100%"); options.put("height", 800);
options.put("minimizable",…

Oyunbat Monhbat
- 1
- 1
0
votes
1 answer
What is 'data-widgetvar' attribute defined in of xhtml Primefaces page
In xhtml Primefaces page, I search to get a widget's reference that represents a specific DialogFrameWork widget.
The problem is that this widget is generated dynamically using some Java code on J2EE JSF server and is not defined directly in xhtml…
schlebe
- 3,387
- 5
- 37
- 50
In xhtml Primefaces page, I search to get a widget's reference that represents a specific DialogFrameWork widget.
The problem is that this widget is generated dynamically using some Java code on J2EE JSF server and is not defined directly in xhtml…

schlebe
- 3,387
- 5
- 37
- 50
0
votes
1 answer
Update table form in another jsf pages didn't work
Pardon me, I've case I would like to ask to you. So I have "dialog" where I put my "Form create new data" with actionListener into it. but since I using Model="true" and the whole screen was disable including my form,I trying put appendTo="@(body),…
-1
votes
1 answer
Primefaces dialog does not work when it called from commandbutton
I am migrating the primefaces version 4.0.RC1 to 6.2, but the dialogs does not work anymore. I call the dialogs through the commandbutton
below, my tags

Gustavo de Freitas
- 99
- 2
- 15