1
vote
1answer
22 views

Execute composite component code only when it is displayed

I have a JSF composite component inside a PrimeFaces dialog that has dynamic=true(dynamic - enables lazy loading of the content with ajax). The component is initialized inside the overriden ...
0
votes
0answers
19 views

How to open primefaces dialog with faces-navigation and ui:composition

JSF 2.0 / PrimeFaces 3.5 / Eclipse Juno / I have the following structure : Xhtml template with tags html,head,body. Inside de body tag I have ui:insert name=conteudo So I call the first.xhtml ...
1
vote
1answer
46 views

p:confirmDialog message not refreshed after f:setPropertyActionListener

I have a datatable and on each row there is a commandLink. On click of commandLink I set the row object to a property of baking bean using f:setPropertyActionListener tag. When I debut I can see ...
0
votes
1answer
54 views

Render action outcome to dialog. Possible?

Helo, I would like to ask primefaces dialog related question. PrimeFaces-4.0-SNAPSHOT contains new Dialog Framework that enables you to dynamically generate dialog if you return action outcome ...
2
votes
1answer
115 views

Clear form in p:dialog on close after failed action/method call

Okay-- I have really been struggling with this for a couple of days now, so I'm hoping someone here can help me out. I've got a form within a p:dialog component being submitted via AJAX. The form in ...
0
votes
3answers
85 views

Style the Header on a primeface dialog

im using a PrimeFace Dialog in JSF. The problem is that a PrimeFace dialogs header is gray in color and my client thinks it similar to an inactive object because the windows uses gray to indicate that ...
1
vote
2answers
27 views

Primfaces - Don't close dialog when messages appears

How can I set up a Primefaces Dialog to not hide, when there are "required-messages" open? At this moment, the dialog will closing by clicking on the "Speichern" Button, and when reopened, the ...
1
vote
1answer
99 views

Primefaces Dialog - Setter not found for property class

I want to implement the Primefaces 3.5 Dialog Component. My implemetation: <div class="span10"> <div class="well well-large"> <h:panelGrid columns="1" ...
3
votes
0answers
148 views

p:dialog gets closed on validation error of a submit with ajax=“false”, how to keep dialog open?

I have the following <p:dialog> <p:dialog id="dlgDownload" header="#{appmsg['header.download.popup']}" widgetVar="downloadDlg" resizable="true" modal="true" closable="true" width="640" ...
0
votes
0answers
95 views

primefaces 3.3 dialog is not working with jquery 1.8

I using primefaces 3.3. I have a modal dialog which working fine previously, but it was not working after I include the header file from a third party. I realise that it is the jquery issue but can't ...
0
votes
0answers
68 views

p:message Not displaying for p:fileUpload

p:fileUpload have p:message i.e it can show a requiredMessage while if user did't choose any file. I have tried to show p:message But did't get succeed. Following code i have tried. <h:form> ...
4
votes
1answer
169 views

How to disable focus for first input in a Primefaces Dialog?(JSF, Primefaces)

I have a Dialog in my Page, which contains a input field (Date, Calender) . The Problem is that the calender opens directly after opening the dialog, because the focus is set on the first input. Is ...
0
votes
2answers
41 views

setting process for command button inside a dialogue gives blank value

Setting process="@this" inside a <p:dialog> will hit the method in managedBean but the submitted values are empty. Setting process="@form" does not hit a method. Setting process="@all" gives ...
1
vote
2answers
84 views

Prevent confirmation dialogue from opening when there's a validation error

I have a text area inside a tab of accordion panel which is a description. I am trying to edit a description and saving it. I am validating the text area so that max character shouldn't exceed 1000 ...
1
vote
1answer
107 views

encodeAll method doesn't get called when composite component is placed inside a PrimeFaces p:dialog

I have tested Balusc's inputDate component: Composite component with multiple input fields inside a PrimeFaces dialog. The encodeAll method is not called at all and the select boxes are not ...
0
votes
0answers
67 views

I have a JSF page that has a dialog that inturn contains a overlay panel, which inturn contain a dataTable

I have a linked list senario where a user needs to select from a list which determines the next list contents to choose from. There are three levels of linked lists to present to the user. The user is ...
0
votes
2answers
143 views

Failed validation during AJAX form submission breaks AJAX

Okay, so I have read through stackoverflow and various other portions of the net for a few days, and have not found a solution yet that fixes my issue. Basically, I have an h:form in a p:dialog with ...
0
votes
2answers
347 views

Primefaces Dialog Update after it is open

I want to update content primafaces dialog after it is opened. Is it possible? My example code is below. <p:dialog widgetVar="pictureSaveDialog" id="pictureDialog" closable="false" > ...
0
votes
1answer
231 views

using jsf primefaces button closing a dialog depending on a boolean at oncomplete event

I have a problem. I have a JSF Primefaces environment, and I would like to set the password. In the bean there is a method, it can throw exception or set the doneChange boolean to true. I want the ...
0
votes
1answer
170 views

PrimeFaces v3.5: Dialog is not shown using RequestContext on non-Ajax calls

In the User Guide, it is stated that RequestContext will work on both Ajax and non-Ajax calls. However, all of the examples in the User Guide are using Ajax and in my case, it doesn't work with ...
0
votes
1answer
73 views

Client callback not getting called from primefaces dialog

I have a primefaces dialog which contains a Input text area and a command button "Submit". I have a form which contains a button "Reject" and the form is inside a Tabview. When the user clicks the ...
0
votes
1answer
116 views

Change PrimeFaces dialog to be modal on client side

I have a primefaces dialog like this: <p:dialog widgetVar="dlg" width="320" height="220" modal="false" closable="false" showHeader="false" resizable="false" position="right,top"> If I click ...
0
votes
1answer
511 views

Primefaces: required field message overrides <p:dialog/> message

I have a field that has a required attribute. When I press the Accept button to save some data without entering any value in the field, an error message is displayed. So far so good. But, if right ...
0
votes
1answer
319 views

JSF:Primefaces: Cannot open Dialog from Bean using RequestContext

I am not able to open Dialog from my Bean. I have also tried actionListener instead of action This is how my JSF looks like: <ui:composition template="../templates/site.xhtml" ...
0
votes
2answers
458 views

Primefaces: If closing Dialog, background is deactivated with modal=true

I am using modal= true and appendToBody=true in my Dialog, it works fine in Chrome and Firefox but not in IE8. The Dialog shows up, but if I close the Dialog the background is still blue, because of ...
0
votes
1answer
165 views

List elements not updated in c:forEach

I developing search engine for my database. I have a dialog and I get some inputs from this dialog. There are maximum 5 panels and the panels have selectOneMenus, inputTexts etc. I can show and hide ...
0
votes
2answers
465 views

oncomplete from Primefaces doesn't work with fileUpload and dialog

I'm having a lot of problems with fileupload and dialog from primefaces. I have a button that calls a dialog when it is clicked. Inside this dialog I have a fileUpload. I want this dialog to close ...
0
votes
1answer
142 views

Dialogs not showing correctly using modal=true and appendToBody=true

I read many posts about this issue, but couldn't find a solution. I have a form at the beginning of my JSF with a commandButton, which should open the dialog. The Dialog has a form inside the Dialog ...
0
votes
2answers
135 views

Primefaces why invoke setXXXX method when closing the Dialog

When closing the Dialog why setDataTransferRangeInSeconds() method is invoked? Normally I might not have been invoked when closing Dialog? <h:form> <p:dialog header="Service ...
1
vote
2answers
202 views

Using a primefaces dialog on multiple buttons in an XHTML form / Java PrimeFaces

I have a problem and I am pretty new for primefaces and JSF altogether, probably it is my lack of knowledge, but I couldn't find an answer yet, I have XHTML-s, on the main one I have several buttons, ...
0
votes
1answer
387 views

Primefaces dialog doesn't show up

I want a dialog to show up after I click a commandButton, but it doesn't show up at all. I think the button is submitting the form instead of showing up a dialog. What's more I've tried to make a ...
0
votes
1answer
3k views

Primefaces dialog + commandButton

I'm trying to use primefaces <p:dialog> combined with <p:commandButton>. In my .xhtml page I have a picklist and commandButton which is used to show a dialog. Dialog displays datatable ...
1
vote
1answer
396 views

primefaces datatable selection issue

I have some weird issue with datatable selection (most likely i'm doing something wrong). Idea is simple - datatable with selection and a dialog to edit the records. The problem is that if i use ...
2
votes
1answer
249 views

p:dialog does not fire ajax close event when using dialog.hide()

I'm using <p:dialog>. After submitting the form therein, I use dialog.hide() and it fires the ajax close event listener method which will update a List<E>. It was working properly, but ...
0
votes
2answers
735 views

Handle ViewExireException/ajax and display a Primefaces dialog

I don't redirect or forward my user to another page. So when the my SessionExpiredExceptionHandler (extends ExceptionHandlerWrapper) handles the ViewExireException. I want the user to stay on the same ...
1
vote
1answer
223 views

Make p:dialog scrollable when working with maximizable

Does anyone know how to make a p: dialog work with maximizable and also scroll? If the window is maximized with the scroll it gets bugged and scrollbar disappears. I am using p:dialog from ...
0
votes
1answer
54 views

p:dialog closes when valueChangeListener is invoked

I have a <p:dialog> which contains a <h:selectOneMenu> with a valueChangeListener. Here's the relevant code: <p:dialog> <h:form> <div> ...
3
votes
1answer
322 views

PrimeFaces with big dialogs - how to do this correct? [closed]

How to use the PrimeFaces big dialogs in correct way? The dialogs in HTML world were first thought to be used only for messages and simple questions, but not they are often used for choosing the ...
0
votes
0answers
162 views

primefaces, validating fields inside of dialog

I am using jsf 2.1 + primefaces 3.4.1. I've got problems with validating input fields inside of a component. This is approximately what I have: <p:dialog ..> <h:form ...
1
vote
1answer
96 views

Is possible to open another dialog box without closing the existing one in primefaces?

In my application i have a primefaces grid and when click on each grid it will open ip a dialog window in details,but right now i need to close the popup window inorder to open the next one,is there ...
0
votes
1answer
712 views

Open p:confirmDialog on clicking of p:commandLink

I am trying to open a PrimeFace ConfirmDialog on clicking of a PrimeFace CommandLink. But when the link is clicked the dialog is opened for a moment but vanishes instantly, I guess the page is being ...
1
vote
0answers
141 views

Setting a size limit for Maximizing a Primefaces Dialog

I want to make a Dialog in my Primefaces Page which I can maximize. But i have one problem. I have a Menubar on the top of the page and i want the Dialog to Maximize over the whole screen but under ...
0
votes
1answer
1k views

position primefaces dialog at the center of the screen

There are quite a few dialogs in different pages, and to position them at the center of the screen, I wanted to apply one css. This however didn't work. .ui-dialog{ position: fixed; top: ...
0
votes
0answers
240 views

p:commandLink in a p:dialog does not work often

I'm trying to do the following: show up (by pressing a p:commandLink in the main page) a p:dialog where is possible select one or more items (p:dataTable with a selectionMode="multiple" column). After ...
0
votes
0answers
321 views

IE overlay not working for primefaces dialog

I'm using primefaces dialog element to display a modal. In all browsers this is working, however in IE, once I close the dialog, the overlay is still there and nothing can be clicked. I couldn't find ...
2
votes
2answers
667 views

How to abandon the transparency of a PrimeFaces Dialog?

I'm trying to display an alert using Primefaces Dialog component in my JSF page. I could display the dialog, but my problem is with the transparency/opacity of this dialog. I have overridden the style ...
0
votes
1answer
299 views

JSF-dialog disappears instantly

On my JSF page I'm displaying a simple database table in a dataTable. I want to be able to edit rows in this table. As a solution I made a dialog pop up when you click the value in the first column. I ...
1
vote
1answer
1k views

dialog will not close primefaces

I have a dialog on one of my pages. It opens fine. It works fine if you use the button on the page, it closes. However, if you try and "x" out of the dialog it will not close. I believe it is ...
0
votes
0answers
538 views

primefaces dialog with inputtext as parameter

I would like to give the content of an inputText as a parameter to a function in a backing bean, I know that I could send the content in the backing bean, but it doesn't make much sense in my object ...
1
vote
1answer
1k views

Primefaces 3.4: Dialog shows validation message when it opens the first time

I have some problem with the primefaces dialog. I have a context menu. When I click on the context menu, it shows a dialog. This dialog contains a panel with a required input text. When the dialog is ...

1 2