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
0 answers

Migration to JBOSS 7

I have migrated application from Spring 3.0.5, JBOSS 5, hibernate 3 to Spring 3.2.3, JBOSS 7 , hibernate 4. I am able to build and finally open the UI ( JSF ) also. But on UI Dropdown selects and popups etc are not working. On selection a value from…
Rahul
  • 133
  • 10
0
votes
1 answer

ajax inside composite component mojarra vs myfaces (using jquery)

Short summary: The project: a composite component that lets me filter a list and update an outer component The problem: myfaces 2.1.10 works, mojarra 2.2.1 does not work, but I want to use jsf 2.2 The composite component…
Jörg Henke
  • 123
  • 2
  • 10
0
votes
0 answers

Primefaces (3.5) FileUpload Component Cannot Update Uploaded Filename to OutputText Component

Hi there im using netbeans IDE 7.2, primefaces 3.5, glassfish server 3.1.2, mojarra 2.1.6. Im using an outputText component to display the name of the uploaded file after uploading. But the outputText component was never updated to display the file…
frazkok
  • 49
  • 1
  • 2
  • 11
0
votes
1 answer

Unable to parse document

i am using spring/hibernate on glassfish and am getting the following error when i try to deploy my app. I have checked and rechecked the dependencies for any duplicates but maybe i am missing something. the full trace is as follows: SEVERE: …
0
votes
1 answer

ajax won't trigger after form update

Please see the following code:
nivis
  • 913
  • 3
  • 17
  • 34
0
votes
1 answer

h:selectOneListBox not working

I have a simple JSF application with a form, one of the controls being a selectOneListbox:
0
votes
1 answer

Mojarra JSF 2.1 fails to call correct method after upgrade to JDK7

We're looking into switching our fairly big webapp (using Primefaces, Mojarra 2.1, Jetty) from Sun JDK6 + Jetty 6 to Oracle JDK7 + Jetty 9. Mostly this was painless, but it seems the method access is different on Java 7. When having a class with the…
Stefan Seidel
  • 9,421
  • 3
  • 19
  • 18
0
votes
1 answer

GlassFish 3.1.2 / h:outLabel / How to remove leading line break

I use GlassFish 3.1.2 and figured out, if I use h:outLabel, it generates always a line break. e.g generates instead of . And for example /
0
votes
1 answer

a4j:commandButton does not work as expected with JSF 2.2 and RichFaces 4.3.2, oncomplete gives malformedXML

I am using Mojarra's implementation(2.2) of JSF spec 2.2 on JBOSS 7 with RichFaces 4.3.2. The problem that I am facing is that a4j:commandButton performs its action but the oncomplete does not work as expected and I get a malformedXML in response.…
0
votes
1 answer

Jsf composite component not working

I am getting "/pages/addressBook.xhtml @171,105 Tag Library supports namespace: http://java.sun.com/jsf/composite/compositeComponents, but no tag was defined for name: mailInputText" error. here is my xhtml;
Turgut Dsfadfa
  • 775
  • 6
  • 20
  • 42
0
votes
1 answer

Upgrading JSF from 1.2 to 2.1 on JBoss 5.1.1

I'm trying to upgrade my webapp from JSF 1.2 to JSF 2.1. Here's what I'm running now: | Item | Version | | ----- | ----------- | | JBoss | 5.1.1 (EAP) | | Seam | 2.2.1 (EAP) | | JSF | 1.2 | I want to upgrade to JSF 2.1. Here's what…
braveterry
  • 3,724
  • 8
  • 47
  • 59
0
votes
1 answer

Composite component javax.faces.FacesException: Cannot find component "inputID" in view

I have a composite component which works pretty well when used once in a page but doesn't work if I use it more than once. Let's say the component is called my:field:
casolorz
  • 8,486
  • 19
  • 93
  • 200
0
votes
1 answer

getClientBehaviors() method is not getting inherited from UIComponentBase while extending UIInput

I am currently reading Core JavaServer Faces(3e) book. I am trying to run the ajax spinner code from the 11th chapter of the book. I am using Oracle enterprise pack for eclipse, weblogic 10.3.5 server & Mojarra impl. But the UISpinner class is…
eddy
  • 31
  • 2
0
votes
0 answers

JSF performance varies for the same view after subsequent calls

I have set-up a view with a backing bean that loads all of it's data on startup. All methods are constant time and I have added timers to check that they behave consistently. I have a ServletRequestListener that measures the entry/exit time.…
Ioannis Deligiannis
  • 2,679
  • 5
  • 25
  • 48
0
votes
1 answer

h:inputText inside a h:dataTable does not preserve its state after clicking a commandButton with immediate true

I need to display some entities in a h:dataTable that must be editable. The user can add and remove entities from this table. The problem is that when I add an entity clicking the button "Add" the state of what the user typed is gone. I'm running…
Alfredo Osorio
  • 11,297
  • 12
  • 56
  • 84