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
7
votes
2 answers

JSF 2.1.13 custom component not found: Tag Library supports namespace: but no tag was defined for name:

Problem I am using JSF 2.1.13 to create a prototype to demostrate the benefits of JSF over our current webapp built with JSP and struts 1.1. I following code using works with JSF 2.2.6, but I had to down grade once I found out that Oracle Weblogic…
pgreen2
  • 3,601
  • 3
  • 32
  • 59
7
votes
1 answer

Why are expired @ViewScoped beans not destroyed until the session expires

I'm using Mojarra 2.2.4 on GlassFish 4 with Java 7. As I understand from BalusC's answer to How and when is a @ViewScoped bean destroyed in JSF?, @ViewScoped beans should be destroyed in three cases: Post-back with non-null outcome Session…
7
votes
1 answer

How to find out the current version of Mojarra which my WebLogic is using?

I'm trying to identify the current version of Mojarra my WebLogic 12c is using. How can I find out that?
EdwinF
  • 179
  • 1
  • 2
  • 9
6
votes
1 answer

How to specify resource library version in JSF2?

Say I have a resources/ folder in the webroot. In it, I have a css/ folder and in it there is a theme.css file. But I want to set an Expires: header. Therefore I want to use a version for resource libraries, say
P Varga
  • 19,174
  • 12
  • 70
  • 108
6
votes
2 answers

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 and JSF Mojarra). I have my backing bean: @Named @ViewScoped @URLMapping(id = "viewEditor", pattern = "/editor/e", viewId =…
Tommy Chan
  • 622
  • 7
  • 14
6
votes
2 answers

Stop wildfly war from initializing mojarra

Whenever I deploy a war to wildfly 8 or 10 (in this case it's a jax-rs service), I see the following line [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 151) Initializing Mojarra 2.2.11-jbossorg-1 20150505-1501 for…
Chris Pike
  • 272
  • 2
  • 10
6
votes
1 answer

Missing parameter values in invoked method with composite components using ui:repeat

So after several days of debugging, we were eventually able to reproduce some strange interactions between composite components, ui:repeat, p:remoteCommand and partial state saving in JSF that we do not understand. Scenario A composite component…
Nephtyz
  • 103
  • 1
  • 9
6
votes
2 answers

Why does a commandLink within a facet within a composite component renders an error?

When I create a composite component with a facet in it and place a command link within that facet, I get an error message: This link is disabled as it is not nested within a JSF form. A commandButton does not behave in the same way, so I am inclined…
Leo Mekenkamp
  • 217
  • 2
  • 7
6
votes
2 answers

How to disable jftfdi jffi query params in JSF

I tried the last version of JavaServer Faces 2.2 (Mojarra 2.2.4) and noticed changing my query string in this unwanted way: page.jsf?jftfdi=&jffi= instead of page.jsf I've found that it is the new JSF 2.2 feature. But these query params(jftfdi,…
gry
  • 73
  • 5
6
votes
1 answer

gzip compression for jsf stuff

I have an jsf application (mojarra 2.1.8, primefaces 3.3) running on tomcat 6. While analyzing the page in firebug with google page-speed, I realized I could optimize some stuff by gzip-compression. Compressing the following resources with gzip…
user871611
  • 3,307
  • 7
  • 51
  • 73
5
votes
1 answer

Problems configuring JSF 2.0 on Eclipse Indigo

I'm developing a web application with JSF 2.0 on the IDE Eclipse Indigo (the last version). But on Project ->Properties -> Project Facets, the option JavaServer Faces is configured on version 1.2 and when I try to change the version to 2.0, an error…
gpp
  • 53
  • 1
  • 3
5
votes
2 answers

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 easy reading.
Tommy
  • 1,960
  • 1
  • 19
  • 32
5
votes
0 answers

Impossible to start application after upgrade to spring boot 3 and jakarta Faces 4

I' trying to migrate a spring boot application from spring boot 2.7.8 to 3.0.6. The application uses jsf mojarra and primefaces for GUI. The application works fine with spring boot 2.7.8 Spring boot 3 uses spring 6, which needs java 17, and tomcat…
5
votes
1 answer

ViewExpiredException after upgrade to jsf2

We recently upgraded a major platform from jsf 1.2 to 2.0. After upgrading we're getting several ViewExpiredException errors each hour. From reading up on the topic it seems that this is an expected exception when sessions expire, however we've…
Dave Maple
  • 8,102
  • 4
  • 45
  • 64
5
votes
0 answers

Threads blocking while accessing Mojarra JSF Flash in a clustered environment

I'm running a large Java EE 7 application on a two-node JBoss cluster which was recently upgraded from JBoss EAP 6 to JBoss EAP 7.0.4. Intermittently, the application runs into a problem where access becomes very slow, up to the point that the…
Robby Cornelissen
  • 91,784
  • 22
  • 134
  • 156
1 2
3
31 32