1
vote
2answers
45 views

JSF validator method results in duplicate FacesMessage shown in p:messages

I have two PrimeFaces p:calendar components, one representing a begin and the other representing an end date. I want to run a validator method now whenever one of them changes. Here's the end date ...
0
votes
1answer
42 views

How to cross validation phase and get checkboxes of dialog box selected?

In my project I have a dialog box where I have some checkboxes for items inside a datagrid and a command button which will add that into a list. And in the page I have some fields with JSF ...
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 ...
3
votes
1answer
83 views

How to disable default JSF validation and conversion of one input field

I want to disable the default JSF validation and conversion of one input field inputtext in order to be able to validate it using jQuery. <p:column headerText="Quantité"> <p:inputText ...
0
votes
1answer
71 views

validate input each time the user add or remove caracter datatable primefaces

I have this column in my datatable and I want to validate it each time the user add or remove one caracter in the input I tested that : <p:column headerText="Quantité" style="width:20%"> ...
2
votes
1answer
42 views

Validation message not rendered in dialog using jsf

<p:dialog widgetVar="dlgEdit" header="Add New Status"> <h:form id="editFrm"> <h:panelGrid columns="3" id="pnlEdit"> <p:outputLabel ...
3
votes
0answers
152 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
1answer
142 views

How to get rid of highlighting for invalid components in JSF/Primefaces

I'm using Primefaces 3.5.2, Mojara 2.1.2. I have a main xhtml page and a dialog in this page. Below is a simple example <h:form> <p:commandButton id="btn1" oncomplete="dlg.show()" ...
3
votes
1answer
38 views

Show message only when there are no messages for other components

I have 3 messages displayed when validating the form, kind of this : <p:message id="msgCity1" for="city1" styleClass="required" display="text" /> <p:message id="msgCity2" for="city2" ...
1
vote
1answer
31 views

making behavior of p:messages like the p:growl (waiting somes seconds and hide)

I have one p:messagesin the header of my p:dialog and I want to hide it after some secondes (like behavior of p:growl) here it is : <p:messages id="messages" globalOnly="true" showDetail="true" ...
0
votes
1answer
91 views

Primeface validating group of inputs

I am using primefaces and JSF. I have an optional address fields. If user fills any one of the fields (eg zip or name) then all other fields are required. What is best way to do this validation.
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
130 views

how to replace the first message of p:growl primefaces

I want to use p:growl for the validation of inputs of datatable row editing but the problem is that the validation message is written twice on the p:growl how can I replace the first by another text ...
1
vote
1answer
108 views

how to use p:growl only for confirmation not validation jsf2 primefaces

I want to use p:growl only when the dialog is submited to confirm user that the record is saved and I use the p:message for validation but the problem is the p:growl is used also for validation ...
1
vote
0answers
306 views

JSF Primefaces form errors after failed validation

I am new to JSF/Java in general but have been trying to solve this for a few days now. I have a form which gets stuck on validation. When all the entries are valid, it all works well. The minute I ...
0
votes
1answer
87 views

Data Validation on multiple date fields

I want to validate two fields, that are type of Date (exactly TimePicker) at the same time. I found my solution here: Compare two fields that use same class BUT.. I'm need to have TimePicker control ...
1
vote
2answers
274 views

primefaces jsf hibernate - in validation phase : failed to lazily initialize a collection

I'm struggling on a problem which happen in the JSF validation phase, somehow that validation is doing something that hibernates doesn't like (failed to lazily initialize a collection, no session or ...
0
votes
1answer
95 views

Icons with a FacesMessage when validating

PrimeFaces/JSF 2.0 When you use p:message.... and say your outputText has required="true", you see the error icon in the message displayed to the right of the field if the user leaves the field ...
0
votes
3answers
257 views

Escape a primefaces/jsf page that has required fields

I have a jsf page with <h:inputText required="true"> attribute. When I click on my add button, I want to see an error if the field is blank. I have a <f:message> to display this. But how can ...
0
votes
0answers
138 views

Validate a list in validator phase in JSF?

In my jsf project I have an inputText for which I have set required="true" and a selectOneMenu from where I select any value and add it to datagrid. I want to do validation of datagrid which if not ...
0
votes
1answer
96 views

How to skip validation for ajax call?

I have an h:inputText, h:selectonemenu and commandbuton. Inputtext is mandatory field and I have defined it as immediate="true". Then I when I click the button I want to pass current value of ...
0
votes
2answers
152 views

How to handle a Validation error (in p:dataTable) while doing ajax command

I have a <p:dataTable editable="true"> which contains a <p:inputText> that have <f:validateLength/>My question is that i want to handle the validation error of this ...
1
vote
1answer
371 views

primefaces editable dataTable updates after validation failure in previous rows

i googled my problem a lot but it seems that no one has the same exact problem or it is solved not in what i want I have an editable <p:dataTable editable="true" editMode="cell"> it doesnot ...
0
votes
2answers
767 views

primefaces tabView skip the form validation when tab change

I using primefaces 3.3, jsf 2.17.. I have a page contain a tabView, the 2nd tab contain a textbox and required="true", when I navigate from 2nd tab to 1st tab, it will validate the textbox is empty ...
0
votes
0answers
138 views

Primefaces client-side check if a form is valid

I have a form in a dialog like this: <p:dialog id="panel" header="Inserisci" widgetVar="dlg1"> <h:form id="form"> <p:inputText id="username" value="#{userController.username}" ...
3
votes
2answers
357 views

PrimeFaces disable validation on cancel button

In a form I have some inputText with two commandButton, one for accept and one for cancel. How can disable validation only for cancel button? <h:form id="detailsForm"> <p:inputText ...
0
votes
0answers
60 views

How to enter to my function after validation fails in primefaces

I have two radio buttons and you are able to select just one and it works fine, but after the validation fails you can select the two radiobuttons. I´m using primefaces 3.1 and glassfish, apache ...
1
vote
2answers
282 views

JSF partial validation - in some cases

I have specific use case for JSF validation. For example I have an inputText field: <p:inputText id="input" required="#{myBean.required}" value="#{myBean.value}" maxlength="20" ...
0
votes
0answers
131 views

Validation in p:dataTable not outcomming message and rowEdit event's p:rowEditor not submitted

I have a <p:dataTable> which works with <p:cellEditor>if i have a validation on any row in the <p:dataTable> then when pressing the check icon of the <p:rowEditor> nothing ...
1
vote
1answer
132 views

cascading second selectonemenu not calling the setter

After selecting the system(the first selectonemenu), I see that the dropdown of section is populated, but when I select the section, I do not see the setter being called. and hence though I submit the ...
0
votes
2answers
283 views

Validation with JSF 2 only wanted on submit

I have an issue with validation, as I only want validation to take place when the submit button is clicked on the screen, not when another button is clicked. In the displayed page option1.faces is ...
0
votes
1answer
360 views

Skip to next <p:wizard> tab without validation

I'm using <p:wizard> with several tabs. Some of the tabs contain inputs that needs validation, for example credit card number. But the entire tab can be skipped. How to do the skip to next tab? ...
1
vote
2answers
152 views

Validate a group of fields as required when at least one of them is filled

In a basic registration screen (with button register records the screen) there are two panels: Data panel: Address panel: I can register by completing only the Data panel. It is not necessary ...
1
vote
1answer
705 views

How to trigger args.validationFailed in PrimeFaces oncomplete

When the Save button is pressed, the data from the actionsDialog should be validated. If the required information is entered and valid, a second dialog called reasonDialog would be displayed. ...
3
votes
2answers
495 views

How do I validate a primefaces tree <p:tree>

It appears that primefaces <p:tree> is not an EditableValueHolder, even though it offers the ability to make the tree selectable. To me this seems like the very definition of ...
2
votes
2answers
898 views

jsf2 primefaces how to highlight the inputText border with red color?

I refer to one of BalusC's answers: JSF2.0 doesn't support cross-field validation, is there a workaround? I follow the same way, and come out with code as below: in .xhtml <h:form ...
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 ...
2
votes
2answers
280 views

Keep <p:dialog> open when validation has failed

I have a CRUD page which shows data from a query (a List of domain objects) in a Primefaces datatable. <p:dataTable id="negozi" var="n" ...
1
vote
1answer
660 views

PrimeFaces DataTable InCell editing - non-trivial validation

I want to use both InCell editing in DataTable and the validation. I know that the trivial validations can be solved with f:validator, but what with non-trivial names? I must, let's say, assure that ...
2
votes
1answer
488 views

Primefaces - Do not display message for required fields, just hightlight border

I have a Primefaces 3-field form and a <p:messages> tag to show some server-side validation messages. But I don't want to display the client-side messages related to the required="true" option, ...
1
vote
1answer
89 views

How to access the bean linked in an attribute of UIComponent?

I need to access the bean object used in a EL expression of an UIComponent. For example, in this sample code: xhtml: <h:form> <f:view> <p:selectBooleanButton ...
1
vote
1answer
354 views

Why does Input is holding value after required field validation

When a page is loaded with an input which is bound to a value in the view scopped backing bean and if the value is is pre-initialized, then after required field validation the input is again populated ...
0
votes
1answer
195 views

How to validate an input text component based on the value of a radio button component

I am trying to validate an input text component based on the value of a radio button component, however it throws a NullPointerException and I don't understand why. Here's the view: <h:form ...
0
votes
1answer
461 views

primefaces disabled component validation

I am using jsf 2.1 + primefaces 3.4.1. I've got problems with preventing validation of disabled components. What I have is approximately this: <h:form id="form"> <p:dataTable ...
0
votes
1answer
174 views

JSF Validation Error Messages not getting displayed

The following is the code: <p:tabView id="tabId" effect="fade" effectDuration="normal" style="font-size:105%;font-family:Times New Roman, Times, serif;" orientation="left"> ...
4
votes
1answer
804 views

PrimeFaces calendar accepts invalid dates as input

The problem I am having is with the PrimesFaces 3.4.1 calendar. When using the popup date picker activated either through the button or on input field focus you can only select valid dates which work ...
0
votes
0answers
163 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 ...
0
votes
0answers
229 views

Primefaces: how to remove validation messages when an accordion is open

I've got a page in Primefaces that has an accordion panel. I need that when you open the panel, incorrect validation messages disappear. I think maybe the events in accordionPanel onTabChange or ...
1
vote
1answer
447 views

How to prevent form validation on cancel dialog?

I have a dialog which is closed with the following button: <p:commandButton onclick="propertyEditDialog.hide(),propertyEditDialog.loaded=false" value="#{i18n['button.cancel']}" ajax="true"/> ...
0
votes
0answers
95 views

<p:watermark> vanishes after validation

Code: <h:inputText id="email" value="#{myBean.email}" required="true"/> <p:watermark for="email" value="#{label['email']}"/> As you see, there is a simple "required" validation in this ...

1 2