Questions tagged [mojarra]

Mojarra is the codename of Sun/Oracle's JSF reference implementation. It is a subproject of Glassfish.

Mojarra is the codename of Sun/Oracle's JSF reference implementation. It is a subproject of Glassfish.

Online resources

Related tag info pages

Frequently asked questions

472 questions
-1
votes
1 answer

why exist initContextServletContext in JSF Mojarra 2.2 FacesContext.java

private static ConcurrentHashMap initContextServletContext = new ConcurrentHashMap(2); field is private, but never used in FacesContext class. Is there a reason to exist?
tcwhvi
  • 3
  • 2
-1
votes
2 answers

unable to download mojarra for jsf

Earlier I was also getting an empty library Eclipse Download library is empty I got the library after making the Network mode as "Manual" and setting the proxy but I am unable to Download it, after Accepting the License it gives Transfer Failed:…
user2176576
  • 734
  • 3
  • 14
  • 39
-1
votes
1 answer

How to use Mojarra 2.2.10 in Glassfish

I usually download the latest Mojarra jar from https://maven.java.net/content/repositories/releases/org/glassfish/javax.faces/ or http://repo1.maven.org/maven2/org/glassfish/javax.faces/ and replace the old 'javax.faces.jar' file in…
Max
  • 1,107
  • 12
  • 24
-1
votes
1 answer

Unable to manage more than 3 beans on JSF. Mojarra/facelets was unable to resolve the fourth bean

I m using netbeans 7.2.1 as IDE. I m trying to develop an Multiple Questions Choices web app with various users profile, based on JSF framework and running on GLASSFISH3+ server, and i had problem when introducing a fourth managed bean. So i made a…
Karbon14
  • 1
  • 1
-2
votes
1 answer

Alternative or new Jakarta Faces 4.0 Components

As a longtime JBoss/Wildly user with 'Mojarra'. I always used JSF 'RichFaces'. Due to end-of-life in June 2016 I migrated to PrimeFaces. The main/only five 'extra' PF components I use are: dataTable graphicImage tabView & tab ajax…
NOTiFY
  • 1,255
  • 1
  • 20
  • 36
-2
votes
1 answer

i need to migrate a java EE, jsf, jboss eap 6.3 primefaces app to wildfly 8.2.1

migrate java EE application, jsf, jboss eap 6.3 primefaces to wildfly 8.2.1. The application works normally on jboss 6.3. After deploying the application on wildfly 8 the application is buggy. Deploy is normally done by eclipse, but during browsing…
-2
votes
2 answers

Wrong selected option for selectOneMenu with POJOs and Converter

in our company we're hitting a serious problem which we think is a serious design flaw of the JSF spec, if it is the normal behavior. This is our usecase: SelectOneMenu (standard JSF or primefaces, doesn't matter, same behavior) SelectItems with a…
grubi
  • 155
  • 2
  • 16
1 2 3
31
32