Top "Jsf-2" questions

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

h:selectOneMenu onchange="submit()" immediate="true" does not skip validation of other inputs

I can't set my h:selectOneMenu to submit immediately without validating other inputs. Here is the code: <h:selectOneMenu …

jsf-2 selectonemenu
Conversion Error setting value for 'null Converter' - Why do I need a Converter in JSF?

I have problems understanding how to use selection in JSF 2 with POJO/entity effectively. For example, I'm trying to select …

jsf jsf-2 converter selectonemenu
When to use <ui:include>, tag files, composite components and/or custom components?

I started using JSF 2.0 with Facelets recently and got puzzled by new composite components knowing existing <ui:include> …

jsf-2 facelets custom-component composite-component tagfile
Render multiple components with f:ajax

The wrong codes are: <h:form id="search_form"> <h:commandButton class="button" value="View" action="#{InfoBean.…

ajax jsf jsf-2 commandbutton
Primefaces p:commandButton with action not called

I've got some some troubles with Primefaces 3.2 and JSF 2.1. My Code like this: <p:toolbar id="jeditortoolbar" styleClass="jeditortoolbar"&…

jsf jsf-2 primefaces actionlistener
Ajax update/render does not work on a component which has rendered attribute

I'm trying to ajax-update a conditionally rendered component. <h:form> ... <h:commandButton value="Login" action="#{login.submit}"&…

jsf jsf-2 rendered-attribute conditional-rendering ajax-update
What is STATE_SAVING_METHOD parameter in JSF 2.0

I am not able to understand what is the function of this line in web.xml <context-param> <…

jsf-2
java.util.MissingResourceException: Can't find bundle for base name resources.application, locale en

My faces-config.xml likes below. <?xml version="1.0" encoding="UTF-8"?> <faces-config xmlns="http://java.sun.com/xml/ns/…

jsf-2 resourcebundle faces-config
Localization in JSF, how to remember selected locale per session instead of per request/view

faces-config.xml: <application> <locale-config> <default-locale>ru</default-locale> <supported-locale>ua</…

jsf session jsf-2 localization internationalization
JQuery Conflicts with Primefaces?

I have included JQuery1.5 in the header of a JSF page. In that page there is a bunch of Primefaces …

jsf-2 primefaces jquery-1.5