Top "Mojarra" questions

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

How to produce javax.faces.ViewState hidden field without 'id' and 'autocomplete' attributes

This is what I have in the output HTML document (produced by JSF 2.0/Mojarra 2.0.3): <input type="hidden" name="javax.…

jsf xhtml facelets viewstate mojarra
JSF: Mojarra 2.1 to 2.2 migration causing ViewExpiredException

I'm porting my applications from PrimeFaces 3.5.18 + Mojarra 2.1.26 to PrimeFaces 4.0.2 + Mojarra 2.2.4. When I restart the server I get a ViewExpiredException. Server …

mojarra jsf-2.2
How to update Mojarra version in GlassFish

I want to update my JSF application to use Mojarra version 2.1.8. I added these lines into the POM file of …

jsf jsf-2 glassfish upgrade mojarra