Apache MyFaces provides an implementation of the JSF specification ("MyFaces Core"), and a set of add-on libraries that work on any implementation of the specification.
3
votes
0answers
51 views
Exception doesn't get redirected to error-page when myfaces.ERROR_HANDLING is set to false
I have implemented an error JSF page which gives basic information to users. It is triggered by the <error-page> tag in my web.xml
<error-page>
<location>/error</location>
...
3
votes
0answers
123 views
OmniFaces ExtensionlessURLS, Different behavior between Mojarra and MyFaces
After uncovering some potential performance issues I was having with Mojarra, I recently switched my application to run on MyFaces 2.1.10 implementation from Mojarra 2.1.7.
I have been using the ...
2
votes
0answers
69 views
Unable to load tag handler class “null” for tag “ui:composition”
I am trying to create a JSF application using MyFaces and Trinidad. I have added the following JARs to my /WEB-INF/lib:
commons-beanutils-1.7.0.jar
commons-collections-3.1.jar
...
2
votes
0answers
221 views
Primefaces schedule component is not showing up
I am a JSF 2.0 newbie, and I am trying to build an scheduler.
So far everything has gone pretty well in terms of using primefaces and JSF tags. However I have a hard time using p:schedule tag.
At ...
1
vote
0answers
34 views
Entities are not mapped
i have an application works good and i have to change my database structure and when i changed it and i generate my model classes with hibernate i got this exception:
SEVERE: Servlet.service() for ...
1
vote
0answers
35 views
Could not restore StateHolder of type org.primefaces.component.resetinput.ResetInputActionListener
I've got very strange error on PrimeFaces application, that I have not seen before.
Could not restore StateHolder of type org.primefaces.component.resetinput.ResetInputActionListener (missing no-args ...
1
vote
0answers
131 views
JSF table pagination
I am a newbie with JSF. Currently I have the problem with keeping the state of data-table list pagination.
The problem is when a user edits a row of a list which is not in the first page of ...
1
vote
0answers
139 views
Can MyFaces + CDI be used on WebLogic 12c?
I've been trying to get this setup running for a couple of days now but still no luck. Here's the test application i've been using:
@Named
@RequestScoped
public class Test {
private String test ...
1
vote
0answers
165 views
ClassNotFoundException: ClassUtils when trying to use MyFaces 2.1.10 with IBM WebSphere 7.0
Because of PrimeFaces bug with p:messages I've tried to upgrade the MyFaces version used with IBM WebSphere 7.0 from 2.0.7 to 2.1.10.
Unfortunatelly, the myfaces-impl jar I've downloaded from myFaces ...
1
vote
0answers
163 views
Images intercepted by Extensions Filter
I have recently ported my data and file stores to Mongodb, which I am starting to really enjoy. I have what looks like a weird problem now.
The Files Extension Filter in Tomohawk seems to be ...
1
vote
0answers
79 views
Trinidad tables are acting awfully screwy, multiple results, growing on refresh
I'm working on a MyFaces site for a project. It's using Trinidad, Tobago, Tomahawk, tested on a Tomcat server (T seems to be their favorite letter). Everything is more or less working fine and up to ...
1
vote
0answers
243 views
Alternative to a4j:mediaOutput with @Scope(“conversation.access”)
I am using
a4j:mediaOutput in my view and
a bean with @Scope("conversation.access")
i get NullpointerException for my paint-function called from mediaOutput. It seems this two(mediaOutput and ...
1
vote
0answers
326 views
How to create an HtmlSelectOneMenu at runtime using MyFaces 1.1.5
Im using myfaces-api-1.1.5.jar. (sadly, can't use anything other than this!)
I want to create the following at run time (ie. dynamically) from my backing bean, testBB.
<t:selectOneMenu
...
1
vote
0answers
170 views
JSF Tomahawk tree2 - null pointer error on submit()?
I've added a JSF Tomahawk t:tree2 UI component, and the page renders fine. However, as soon as I do anything on the page: click on a button that sends submit(), or press on a button with action ...
1
vote
0answers
368 views
Tomcat 6, JBoss EL2.2 and MyFaces: MyFaces Unified EL support disabled
my problem:
I have an application running on Tomact 6 with JBoss EL2.2 and MyFaces 2.1.6. The JBoss EL 2.2 lib is provided by the war and no EL libs were removed from the original tomcat installation.
...
1
vote
0answers
356 views
Tomahawk JSCookMenu does not trigger any actions after upgrading to JSF2
I've just migrated some medium-size web application from JSF 1.2/MyFaces to JSF 2.0/Mojarra. Apart from some custom components that I've implemented, everything seems to work, except for the ...
1
vote
0answers
293 views
JSF Action Listener - dual behavior
I am using the Apache MyFaces flavor of JSFs and I'm experiencing some odd behavior with the Action Listener.
When I use a global action-listener like this:
<application>
...
1
vote
0answers
166 views
Trinidad Nested panelTabbed not working
I'm having some trouble using Trinidad's .
I have 1 main panelTab and a secondary one inside one of the main's panel showDetailItem.
The problem is :
When i switch tabs on the main one ...
1
vote
0answers
184 views
Why is MyFaces/Trinidad rendering my disabled inputTexts as divs?
Deceptively simple question, but I'm at my wits' end here.
I have a document. It contains a form. Which contains a subform. Which contains a read-only text field. Here's the relevant part of the ...
1
vote
0answers
674 views
ui:include in richfaces 4 only gets updated on second click
I am new to Richfaces4 and JSF2 and having lots of issues. Same code start to work suddenly and then it breaks. Currently I have a ui:include tag that update the page when the a4j:commandLink is ...
1
vote
0answers
387 views
WebSphere Portal 6.1 + WAS 6.1 + Myfaces Portlet Bridge
Does anyone know how to replace the IBM JSF Portlet Bridge with Myfaces Portlet Bridge 2.0? I want to set up a small local testing environment. Pluto + Tomcat + Myfaces Portlet Bridge.
My Portlets are ...
0
votes
0answers
62 views
JSF 2.0 does not initialize ManagedBeans
I use WebSphere Application Server 8.0 with PrimeFaces 3.5 on Windows 7.
I have some Dynamic Web Projects in my Eclipse IDE Juno or Rational Application Developer.
The projetcs worked fine for a ...
0
votes
0answers
37 views
java.lang.NoSuchMethodException: No such accessible method: addRenderKitClass() on object: org.apache.myfaces.config.impl.digester.elements.RenderKit
Got "java.lang.NoSuchMethodException: No such accessible method: addRenderKitClass() on object: org.apache.myfaces.config.impl.digester.elements.RenderKit" exception while deploying myfaces 1.2 ...
0
votes
0answers
66 views
SOLVED: MyFaces JSF 1.2, Facelets: h:commandButton h:commandLink no more works
I have a AppFuse 2.0.2 JSF Modular old (year 2008) project, today I opened and wanted to implement some new feature. And I've noticed, that clicking on any h:commandButton, h:commandLink pages only ...
0
votes
0answers
55 views
Keeping components styled in datagrid after paging with rich:datascroller
I have a page with a rich:datagrid and rich:simpletogglepanels inside as elements.As the footer I have a rich:datascroller.Code is below.
<rich:dataGrid columns="1"
width="100%" ...
0
votes
0answers
23 views
Myfaces 2.1: .xhtml page as ERROR_TEMPLATE_RESSOURCE
Do you know if it's possible to use a .xhtml page as an error page for my web app? With Myfaces 1.2 I used a .xml page which worked fine. But after migrating to Myfaces 2.1 (application is running on ...
0
votes
0answers
37 views
How to use the autoSubmit feature in MyFaces Trinidad when dealing with multiple actions?
I can't find a definitive article about using this feature the best way.
Imagine I have a page that has 2 areas. The center and the navigation area. Both of them contains some form elements that ...
0
votes
0answers
44 views
Global a4j:actionparam for all a4j:support blocks
In my jsf file I have something like this:
...
<a4j:outputPanel id="id1" layout="block" style="cursor: pointer;">
<h:outputText value="id1value" />
<a4j:support event="onclick" ...
0
votes
0answers
177 views
JSF 2.0: Has the presence of JSR-303 bean validation an impact on custom JSF-Validators?
I'm now in charge for a JSF 2.0 application, where everything is validated through custom validators which totally blows up the *.xhtml files. I tried to migrate the validation to JSR-303 bean ...
0
votes
0answers
165 views
JSF (Primefaces) issue with reload action on FireFox
I have JSF page which contains a few text controlls and tree component. Tree is fully created programatically with f:event type="preRenderView". After loading the tree can be modified (node remove ...
0
votes
0answers
88 views
Mojarra to MyFaces: NPE on EL expression
Long story short, I am experimenting on migrating to MyFaces on an application I am working on, when I noticed that the ViewState was over 18MB in size for a single page. I suspect this is because I ...
0
votes
0answers
137 views
MyFaces special javascript could not be retrieved from request-map
I am getting the following warn message in my JBoss:
2013-02-13 14:18:09,863 388821 WARN [org.apache.myfaces.renderkit.html.util.DefaultAddResource] (http-192.168.1.54-8280-5:) MyFaces special ...
0
votes
0answers
28 views
How to prevent space being added in JSF MyFaces 1.1 DOCTYPE declaration
The DOCTYPE declaration below gets an extra space before the closing > when rendered by JSF using MyFaces 1.1.
Thus, <!DOCTYPE html> becomes, <!DOCTYPE html > making it strictly invalid.
...
0
votes
0answers
73 views
NamespaceHandler giving NPE for “http://java.sun.com/jsf/facelets” when using ui:composition in JSF2
We are migrating from JSF1.2 to JSF2 using Websphere 8 server (in IRAD8) and using Apache MyFaces as JSF implementation. web.xml is changed to version 3.0 and faces-config.xml to version 2.0.
In my ...
0
votes
0answers
127 views
JSF 2.0 @ViewScoped losing data
The main situation is that i have a @ViewScoped that works as a @RequestScoped.
Atm, i have a view that contains a List of items with a @RequestScoped bean behind. When i want to update one of this ...
0
votes
0answers
33 views
Varied response times on partial updates dependent on last activity
I have noticed for some time now that the response time on partial updates is a lot longer when there has been a time lapse since the last server request. As an example:
I request a page and ...
0
votes
0answers
105 views
default-render-kit-id
We use rad-8 and was-7, in faces-config.xml is defined default- render-kit-id as:
<default-render-kit-id>
org.apache.myfaces.trinidad.core
</default-render-kit-id>
But, when ...
0
votes
0answers
184 views
JSF compatibility with legacy app on Jboss7
I'm moving a legacy application from tomcat5 to jboss7. The app uses an old JSF version (eI think 1.0 or maybe 1.1) and I was able to configure it well enough for the WAR to deploy and access the app ...
0
votes
0answers
254 views
Duplicate ID error with Partial State Saving and MyFaces CODI
I am developing a JSF web application using PrimeFaces3.3, MyFaces+CODI, OpenWebBeans and Tomcat7.
I am getting duplicate Id error after display of a specif page (all subsequent page actions). ...
0
votes
0answers
172 views
NoClassDefFoundError: Could not initialize class org.apache.myfaces.shared.util.StreamCharBuffer
I'm deploying a MyFaces app on Tomcat and am getting this error when requesting a page. Both myfaces-api-2.1.9.jar and myfaces-impl.2.1.9.jar are in the WEB-INF/lib folder of my app (my host prevents ...
0
votes
0answers
143 views
Why doesn't FacesServlet find .xhtml Facelet?
I've created an JSF Project from my Eclipse with JBoss Tools. Now I have the structure:
MyProjectFolder
⌊ WebContent
⌊ WEB-INF
| ⌊ lib
| ⌊ faces-config.xml
| ⌊ web.xml
⌊ META-INF
...
0
votes
0answers
119 views
Does CDI @Inject in FacesConverter with CODI's @Advanced work with AJAX requests?
We use FacesConverters and annotate them with CODI's @Advanced annotation in order to be able to use CDI injection. This works with normal requests. But on AJAX requests the injected CDI beans are ...
0
votes
0answers
150 views
Tomcat 7 Guava issue?
I'm working on a JSF2, MyFaces and Guava website. Earlier i deployed it on a Glassfish v3 server with no problem. Now i get this strange error when i trying to deploy it on my tomcat 7 server:
...
0
votes
0answers
107 views
Spring Webflow (spring-faces) with JSF 2 and Orchestra - Multiple FacesContextFactory
I configured a Web-Application (Prototype) to Run JSF with Spring Webflow.
After configuring a whole (and huge) Webapplication to to the same i get an Error. After Debugging i see that the ...
0
votes
0answers
270 views
Jsf Primeface. Error during the render response. p:commandButton
I'm starting to use JSF with primefaces library over an Hibernate project. I've tried to use wizard component to manage a form but, when I click any of the buttons in the wizard, I get the following ...
0
votes
0answers
134 views
Websphere 8.0 Server with JSF MyFaces implementation and JSF Facelets doesn't work
I have troubles migrating from Facelets 1.x to Facelets 2.x using the myfaces implementation of the websphere 8.0 Server.
The main problem is the <ui:insert> Tag in an <ui:composition>.
...
0
votes
0answers
314 views
Parsing error when deploying Tomcat6 JSF application - digester.Digester
I'm getting a strange parsing issue when I try to start Tomcat6 with my application (that I am trying to port from Tomcat7 to Tomcat6). The Digester itself does not declare an error until it hits an ...
0
votes
0answers
718 views
request forward from servlet to a jsf page not working
I have a native mobile application which authenticates itself by posting some parameters to a Servlet.
Once successfully authenticated, the user needs to be see his jsf home page.
On successful ...
0
votes
0answers
107 views
MyFaces cannot use i18n?
I learn jsf 2.0 i18n from this blog: http://www.mkyong.com/jsf2/jsf-2-internationalization-example.
The example shown there uses Mojarra, if I use Mojarra with their code there is no problem. However ...
0
votes
0answers
325 views
Exposing composite component attribute to children
I have the necessity to load some data in a dataTable using lazy loading. Unfortunatelly, primefaces dataTable only suports lazy loading with pagination, but this is unacceptable to this project, so I ...


