Top "Mojarra" questions

Mojarra is the codename of Sun/Oracle's JSF reference implementation.

Weblogic 10.3.5: <prefer-web-inf-classes> in weblogic.xml not working VS. server classpath JAR files

Weblogic version: 10.3.5 JSF version (interfaces, impl) : Mojarra 2.0.3 I have a JSF EAR application which is made up of a WAR …

jsf-2 weblogic mojarra
Configuration of com.sun.faces.config.ConfigureListener

I'm reviewing a current JSF project where the web.xml configuration contains: the FacesServlet (configured on *.xhtml) the com.sun.…

jsf jsf-2 mojarra
JSF 2.2 - fileupload does not work with Ajax. Form appears to have incorrect enctype (only via AJAX)

Trying to implement the JSF 2.2 example I have the following code: <h:form prependId="false" enctype="multipart/form-data"> &…

ajax jsf file-upload mojarra jsf-2.2
JSF Validation Error: Value is not valid

I know this seems to be a common one, but I'm lost with it. Occurs on clicking the Add button …

java jsf jboss jboss6.x mojarra
ui:repeat and h:panelGrid

When using something like <h:panelGrid columns="1"> <ui:repeat var="o" value="#{mybean.list}"> <h:…

jsf facelets mojarra
Adding custom attribute (HTML5) support to JSF 2.0 UIInput component

I am trying to write a renderer which would process the placeholder attribute on an <h:inputText> component. …

html jsf jsf-2 mojarra
Exception about flash in Mojarra JSF

I upgraded to Mojarra JSF 2.2.1 (from 2.1.22) and since then for each of my requests I'm having an exception in console: …

firefox jsf-2 tomcat6 mojarra flash-scope
faces-config.xml xsd error for version 2.1

Eclipse keeps telling me there is a problem with http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd on my …

eclipse jsf-2 mojarra
What is the usefulness of statelessness in JSF?

According to this blog JSF is going stateless . Isn't the whole point of using JSF is that it makes saving …

jsf jsf-2 mojarra
JSF 2.1.13 custom component not found: Tag Library supports namespace: <namsepace> but no tag was defined for name: <compositecomponent>

Problem I am using JSF 2.1.13 to create a prototype to demostrate the benefits of JSF over our current webapp built …

java jsf-2 composite-component mojarra