Top "Jsf-2" questions

JavaServer Faces (JSF) is a model-view-presenter framework typically used to create web applications.

Bean Validation @NotNull, @NotBlank and @NotEmpty does not work in JSF+Tomcat

I am using Hibernate Validation annotations in my JSF managed bean. When I use @NotNull, @NotBlank or @NotEmpty they doesn't …

jsf tomcat jsf-2 bean-validation
JSF + PrimeFaces: `update` attribute does not update component

Here is my layout <div id="mainPanel"> <div id="padding"> <h:outputText id="text" value="…

jsf jsf-2 primefaces
What is the difference between redirect and navigation/forward and when to use what?

What is difference between a navigation in JSF FacesContext context = FacesContext.getCurrentInstance(); context.getApplication().getNavigationHandler().handleNavigation(context, null, url); and …

redirect jsf-2 navigation forward
JBoss AS7 - Failed to process phase POST_MODULE of deployment

Always when I deploy my project (jsf) I get the following error on my JBoss AS7. On JBoss 6 everything worked …

jsf-2 jboss jboss7.x jboss5.x
Display Current Date on JSF Page

Is it possible to display the current date (today's) in JSF without using a backing bean? I have the following …

jsf-2
The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within <h:form>

Here is my form: <form action="j_security_check"> <h:panelGrid columns="2" bgcolor="#eff5fa" cellspacing="5" frame="…

forms jsf jsf-2
Using Primefaces and Bootstrap in JSF

Even now I used JSF+Primefaces in my projects and this give me a lot of new components (from primefaces) …

twitter-bootstrap jsf jsf-2 primefaces
f:convertDateTime displays wrong Date

In my Web Application I retrieve data using Hibernate and display it in a RichFaces dataTable. In my MySQL-table there …

java hibernate jsf richfaces jsf-2
could not find Factory: javax.faces.context.FacesContextFactory

I notice that when trying to setup my JSF 2 webapp running on jetty, i have this error : java.lang.IllegalStateException: …

servlets jsf-2 jetty maven-jetty-plugin
How to set maxlength attribute on h:inputTextarea

How can I limit the length of <h:inputTextarea>? For <h:inputText> it works fine with …

validation jsf-2 textarea maxlength