Top "Mojarra" questions

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

Clicking h:commandLink causes Uncaught ReferenceError: mojarra is not defined

I am aware of this post and I double checked all the possibilities there. I'm using JSF 2.0 with Mojarra implementation …

javascript jsf undefined mojarra commandlink
Resource library getting ignored in h:graphicImage

I have the following tag: <h:graphicImage value="Circle_Yellow.png" library="images" /> In my folder I have …

image jsf jsf-2 mojarra
Tomcat exception - java.net.ConnectException: Connection refused: connect

Tomcat (v 7.0.54) itself is running fine, I can access and work with the manager-gui app. However, my main web app …

java tomcat mojarra
Work around for faulty INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL in Mojarra JSF 2.1

I know there are a number of posts about converting empty string to null in JSF2. The usual prescription is …

jsf-2 jboss6.x mojarra
The class ..$Proxy$_$$_WeldClientProxy' does not have the property '...'

So I am struggling with getting a sample app to work. I'm using Primefaces 3.3M4-SNAPSHOT, JBOSS 7 web profile (CDI …

jsf-2 primefaces cdi mojarra
Primefaces excel export is not working - no open/save dialog is shown

I am trying to export collection of dtos to excel with primefaces like this (the same as primefaces showcase demo, …

jsf export primefaces xls mojarra
javax.faces.ViewState is missing after ajax render

This is not a duplicate post, i just done research but not helping. First, this is my page... simplified for …

jsf jsf-2 richfaces viewstate mojarra
What is the default for FACELETS_REFRESH_PERIOD?

In a JSF application, the parameter javax.faces.FACELETS_REFRESH_PERIOD can be used to enable/disable automatic reloading of …

performance jsf configuration myfaces mojarra
Websphere 8.5 - JSF webapp context init error: cleanupInitMaps

I have got a JSF 2.1 web application developed with mojarra 2.1.17 distibution which run with any problems on JBoss 6.1 container: now …

jsf-2 websphere mojarra facescontext
j_security_check not redirecting to welcome page - successful login event listener?

For ages I've been puzzled about why after login I sometimes don't directed to the application welcome page. I've finally …

jsf authentication glassfish mojarra j-security-check