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
4
votes
1 answer

Mojarra 2.1.29 not compatible with JDK 1.6

I am upgrading my application to primefaces 5.1 and Mojarra javax.faces 2.1.29 version.Before I was using JDK 1.7 at that time I was not getting any error. To make compatible with client environment I have changed weblogic JDK runtime and My…
priya
  • 361
  • 1
  • 4
  • 18
4
votes
1 answer

Disabling weld in wildfly strangely degrade JSF performance

In wildfly 8.x or even in jboss 7.x, disabling weld results in a really slow performance in JSF. I discussed my performance issue before in this question, and I managed to solve it by enabling weld extension in the standalone.xml Here is my JSF…
TeFa
  • 974
  • 4
  • 15
  • 37
4
votes
3 answers

Passing redirect-param in faces-config in jsf-2.2

In old jsf the following code was working /page1.xhtml true /page2.xhtml
bob-cac
  • 1,272
  • 2
  • 17
  • 35
4
votes
3 answers

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 will simply not run. I have not modified the default server.xml or web.xml at all. WAR file (in my case, pp.war) is auto-deployed fine…
udog
  • 1,490
  • 2
  • 17
  • 30
4
votes
1 answer

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 log contains this: ERROR: MAC did not verify! I know that by default MyFaces…
FkJ
  • 1,609
  • 1
  • 19
  • 29
4
votes
2 answers

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 i have to change application server and I have to use websphere AS 8.5 which were born with MyFaces JSF 2…
MatteoM
  • 236
  • 2
  • 9
4
votes
1 answer

f:viewParam doesn't pass required parameter when new xmlns.jcp.org namespace is used

I am trying to use Glassfish 4.0 with Java EE 7 XML namespaces to test the sample below.
oxax
  • 63
  • 1
  • 4
4
votes
0 answers

Intended behavior of required=true in composite component?

I'm a little bit confused about the rquired="true" attribute in a composite components.
Thor
  • 6,607
  • 13
  • 62
  • 96
4
votes
1 answer

Slowness with with multiple ui:includes

We have a page in which the main content area is controlled by ui:includes, basically we have a h:panelGroup with a rendered condition and the ui:include inside of it. Like this:
casolorz
  • 8,486
  • 19
  • 93
  • 200
4
votes
2 answers

Doctype in JSF Mojarra

What Doctype should I use in JSF pages? The other day I'm trying to migrate from Mojarra 2.1.13 to 2.1.18 and it seems that the way the doc types are interpreted changed. In the root template I have following DOC TYPE
lukas
  • 545
  • 2
  • 7
  • 18
4
votes
0 answers

h:selectManyCheckbox does not respect attribute "collectionType"

several h:selectManyCheckboxs are backed by this map of type: Map>. The xhtml snippet looks like this:
DanielK313
  • 41
  • 2
4
votes
1 answer

Why does JSF process the entire form

We are developing web application using JSF. We are using rich faces on Jboss server. We have a4j command buttons , command links and a4j js functions to invoke server actions. We have set limit render to true, render only required components. And…
Nandish A
  • 1,645
  • 5
  • 26
  • 41
4
votes
1 answer

libraries for JSF (Sun/Oracle Mojarra)

I am downloading Sun/Oracle Mojarra implementation of JSF from http://javaserverfaces.java.net/download.html I downloaded the latest -2.1.9 binary. It comes with only one jar - javax.faces-2.1.9.jar. I had a sample project which I believe is using…
ZZZ
  • 3,574
  • 10
  • 34
  • 37
4
votes
3 answers

primefaces dataexport from table with column content in ui:repeat

I have a master detail resultset that I present on a datatable. The detail is fetched and rendered within to be combined into a single output string that remains in one column. BF Order Contents
Serkan Durusoy
  • 5,447
  • 2
  • 20
  • 39
4
votes
2 answers

p:dataTable multiple selection not working

I don't seem to get multiple selection in PrimeFaces dataTables working. I'm trying to implement a list of clients (dataList) and show their respective bookings in nested dataTables with a possibility to select multiple bookings for…
jfs
  • 293
  • 1
  • 3
  • 9