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

How display JSF config in view?

I'm doing a Web application using Spring 3.1.0.RELEASE, JSF 2.x (Mojarra), JPA 2 with Hibernate Provider. The application run on Tomcat 7.x. I have a debug page, I would like to display all the properties of JSF like numberOfViewsInSession,…
La Chamelle
  • 2,927
  • 4
  • 36
  • 54
0
votes
1 answer

hide label after clicking a button richfaces

I have the following piece of code in my web page. After the method in action executes a label is rendered indicating if the process was or not successful. What I want is that label to be hidden right after the button is clicked. How can I achieve…
BRabbit27
  • 6,333
  • 17
  • 90
  • 161
0
votes
3 answers

What are the advantages of Mojarra JSF over IBM JSF (which is by default on Websphere7 server)

I am using Websphere7 server and it is shipped with a default IBM version of JSF. Are there any benefits that I may get from overriding the default IBM JSF with Mojarra JSF? If I use Mojarra with Webspehere7, will I gain something?Should I go with…
user1455719
  • 1,045
  • 4
  • 15
  • 35
0
votes
1 answer

Mojarra JSF 2.1.9 exception while loading a page which has got composite component

I am upgrading my Mojarra JSF 2.0 on my web app to the latest stable version of Mojarra JSF2.1.9 . The pages were loading ok with the earlier version of Mojarra. But with the new version I am getting the following error message while loading a JSF…
user1455719
  • 1,045
  • 4
  • 15
  • 35
0
votes
1 answer

Property inside the object disappears inside the session, but not the Bean itself

I have two different paths and this happens only in another…
Sami
  • 2,311
  • 13
  • 46
  • 80
0
votes
2 answers

IndexOutOfBoundsException after switching from myfaces to mojarra

I was forced to switch from myfaces (2.1.7) to mojarra (2.1.7). After this I'm getting exceptions like this one below all over the place. I'm submitting a form, that gives me validation errors. This is correct so far. I submit the form again, that…
user871611
  • 3,307
  • 7
  • 51
  • 73
0
votes
1 answer

Apache MyFaces JSF2.0 bug: getStateHelper().put doesn't save anything?

MyFaces seems to be ignoring my call to getStateHelper.put() in this component: public class BFTableComponent extends UINamingContainer { ... private void setCurrentPageNumber(int currentPageNumber) { …
Jonathan S. Fisher
  • 8,189
  • 6
  • 46
  • 84
0
votes
2 answers

JSF 2: duplicate IDs inside p:dataList

i have a list of billable services per client and i'm trying to build a table where the user can select which ones shall actually be billed:
jfs
  • 293
  • 1
  • 3
  • 9
0
votes
1 answer

How is jsf-api.jar and jsf-impl.jar inter-connected during execution?

I am trying to understand how the entire JSF specifications (jsf-api.jar) are converted to jsf-impl.jar (JSF Mojarra implementation). There are certain changes that I will have to do in the source code of JSF Mojarra to suite my needs. But when I am…
codejammer
  • 469
  • 1
  • 7
  • 18
0
votes
1 answer

JSF bean access failing

I have a strange problem. I'm using JSF 2.1.7 (latest one) in my web app, and I have a bean which JSF has to manage per session. That's my bean code: public abstract class NavegableManager implements INavegableManager { /** * */ private…
Aritz
  • 30,971
  • 16
  • 136
  • 217
0
votes
3 answers

Rendering validation messages RichFaces

I have a form where I have a rich:select whether they choose option A or option B an h:inputText is rendered. Initially the h:inputText corresponding to option A is rendered and if I leave it blank the requiredMessage appears and everything is…
BRabbit27
  • 6,333
  • 17
  • 90
  • 161
0
votes
2 answers

JSF 2. h:selectBooleanCheckbox. Unexpected behavior

I have a couple of nested tables as the code shows. When a user click a checkbox, the ajax call is sent to the server and then back to the client. If the process in the server is working correctly, the clicked operation row is removed from the html…
bribon
  • 223
  • 7
  • 17
-1
votes
1 answer

Git checkout branch from tag: got different code from that in github

Git checkout branch from tag: got different code from that in github. git clone https://github.com/eclipse-ee4j/mojarra git checkout -b mybranch…
eastwater
  • 4,624
  • 9
  • 49
  • 118
-1
votes
1 answer

PF 11.0.0: which mojarra versions are supported?

PF 11.0.0: which mojarra versions are supported? It is not specified in pom.xml. The showcase used to show the mojarra version, but not now.
eastwater
  • 4,624
  • 9
  • 49
  • 118
-1
votes
1 answer

Eclipse Mojarra vs (jakarta.faces » jakarta.faces-api)

I know that Mojarra is Eclipse EE4J implementation of the Jakarta Faces specification. But what about this dependency: jakarta.faces
Mehdi Rahimi
  • 1,453
  • 5
  • 20
  • 31
1 2 3
31
32