Tagged Questions
0
votes
0answers
37 views
JSF: rich:validation does not work if rendered conditionally
I'm new to JSF. I'm puzzled by the following issue and I've no idea where to look for a solution.
I use mixed client/server-side validation with JSR-303 (bean validation) to validate an inputText ...
0
votes
0answers
29 views
JSF page does not retrieve values from back bean
I'm doing a dynamic view according to a dropdown selection:
there's the code:
<h:selectOneMenu value="#{controller.type}" >
<p:ajax listener="#{controller.switchPanels}" update="panels" ...
1
vote
2answers
92 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
45 views
JSF 2 h:messages appears on the end of the form
I have a screen which is implemented in JSF2 and I have validations on some of the fields, and when an error appears for a field that has no
<h:message for="fieldName" />
it always appear on ...
0
votes
2answers
62 views
How to invoke command link/button action anyway regardless of validation error
My command link/button is not being invoked because of a validation error. However, even if I have that error I want my action to be invoked anyway, because I have to set some value in session.
How ...
3
votes
1answer
123 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
122 views
JSF validate on submit form
I'm working on a JSF 2.0 form, I have a managedbean with 2 fields
import java.util.Date;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
@ManagedBean
@RequestScoped
...
0
votes
1answer
166 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" ...
3
votes
1answer
207 views
How validate two password fields by f:ajax when losing focus of second field?
I used to validate two passwords, checking if they're the same, this way :
Password: <h:message id="m_password" for="password" /><br/>
<h:inputSecret id="password" ...
0
votes
1answer
60 views
Hibernate saves empty Spring autobound ojects
I'm using Spring + JSF2 + Hibernate to build a web application. Two relevant classes look like this:
@Entity
@Table(name="people")
@Named
public class Person implements Serializable {
private int id;
...
1
vote
2answers
101 views
JSF difficulty with EL expression
I am facing a problem while using the property "required" JSF 2 + Prime Faces 3.5.
The code below works perfectly:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
2answers
107 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
160 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
140 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 ...
0
votes
0answers
110 views
customize validation message on jsf2 primefaces form
I want to customize validation to my form :
I did that :
<h:outputLabel for="commission" value="commission :" />
<h:inputText value="#{typeMB.newtype.commission}" ...
0
votes
1answer
91 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 ...
0
votes
0answers
18 views
JSF Validator located in a different project
The input element requires a validator. The validator is located in a different project.
While trying to access the xhtml page, we get a error stating validator class cannot be found.
How can we ...
0
votes
1answer
197 views
JSF 2.1 Validation of two inputs at the same time using Ajax
I have a problem with validation of two inputs at the same time.
In my validator I need data from both:
<h:selectOneListbox>
<h:inputText>
The idea is to check if an address is ...
0
votes
2answers
161 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
422 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
1k 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
176 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}" ...
0
votes
1answer
188 views
JSF : How create custom validator to birthdate?
I would like to create the selected birthdate with a custom validator.
This is my view:
<h:selectOneMenu id="birthdate_day" value="#{userc.userb.b_day}">
<f:validator ...
4
votes
2answers
540 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 ...
1
vote
1answer
87 views
How to show h:message based on condition?
I am making multi-language website where I am using Validator for one field.
After validation, I receive response as err002, err003 and based on this error I would be showing the respective error in ...
3
votes
2answers
254 views
Skip validation on re-render and apply only on form submit
I have an input field where user enters some product name. Depending on an entered name particular details of this product should be shown. On input change I'm getting the product from data source by ...
1
vote
2answers
441 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" ...
2
votes
1answer
146 views
Cross Field Custom constraint annotation not working
i have a dropdown field named ContactTypeName which have the values like phone, email etc and an input field named Contact i want to validate the input field for valid email address if the dropdown ...
0
votes
1answer
411 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?
...
2
votes
1answer
152 views
MaskInput don't work after submit form in JSF
I have this maskinput definition:
<ui:define name="additional-javascript">
<h:outputScript name="jquery.maskedinput-1.3.min.js" library="javascript" />
<script>
...
2
votes
1answer
333 views
JSF - Validation fails on SelectOneMenu (error is not valid) - Hibernate related?
I already read a lot of questions here about this same problem, and I can assure you that is not the EQUALs method, and also, it is not a problem as the bean scope. So, lets see what is happening.
I ...
1
vote
2answers
170 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
152 views
Injection in custom validator [duplicate]
Possible Duplicate:
Dependency injection in FacesValidator (JSF Validation)
Maybe, I'm missing something basic - but can't I use injection in a custom validator class in order to use the ...
0
votes
1answer
214 views
JSF actionListener gets called although validationFailed from ace:textAreaEntry validator
I am using ICEfaces 3.2. I have a validator method defined for a particular ace:textAreaEntry field. If the validation code inside my validator fails I am adding a faces error message to the context. ...
0
votes
1answer
30 views
In JSF is there any way to validate a component that is not an EditableValueHolder?
This is a more generic version of this question. In general, can I cause a JSF lifecycle validation to occur on an element that does not implement EditableValueHolder. This seems like a silly ...
3
votes
2answers
556 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
1k 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 ...
3
votes
2answers
354 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
112 views
Format message in custom JSF validator
I am implementing a custom validator. The detail for messages in stored in the resources. Here is an example of a message: Value is required for {0}. {0} should contain the label of the component.
...
0
votes
1answer
128 views
My h:inputText value is not validated when it is bound to a field of some instance of a parametrized class gathered from a HashMap?
I am trying to do some "custom lightweight" JSF component binding. In my bean (controlling some JSF page) i'm declaring a HahsMap where keys ranging over my h:inputText ids (appearing in the page) map ...
0
votes
1answer
31 views
How can I choose where the error message from the validator `required` appear?
How can I choose where the error message from the validator required appear?
The error message is now displayed at the bottom of my page but I want it next to my inputbox.
<p>Firstname: ...
1
vote
1answer
42 views
How to check and react on validation fault, while using ajax
I have a h:selectOneListbox which has the attribute required="true". Client side validation with a4j:ajax works fine.
If a valid selection is done, another panelgroup is rendered.
Example:
...
1
vote
1answer
99 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 ...
2
votes
1answer
218 views
JSF 2 - f:selectItems with a Date keyed Map
The below selectItems is fed from a Session Scoped Map. When the user clicks the Submit button, it is supposed to set a date field in the Request Scoped backing bean and display it on the page.
...
0
votes
1answer
131 views
JSF multiple field validation NULLPointerException
<h:form id="form">
Username: <br/>
<h:inputText id="username" value="#{home.username}" required="true" >
<f:validator validatorId="loginValidator"></f:validator>
...
1
vote
1answer
448 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
519 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
203 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">
...
0
votes
2answers
100 views
Date value received by validation method has changed
I am almost finished with a page that builds out it fields dynamically and sets validation of data types using regular expressions, but ran into an issue on Friday when I started tying the fields to ...



