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.

learn more… | top users | synonyms

0
votes
0answers
133 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 ...
2
votes
0answers
228 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 ...
0
votes
1answer
245 views

Changed JSF-Implementation in Tomcat. From Mojarra to MyFaces. Managed-Beans does not work

I'm using Tomcat-7.0.33 which has the built-in jsf-implementation Mojarra. Is that right? I want to move to Apache MyFaces. What i did, to achieve this: I've removed from /WEB-INF/lib/ ...
1
vote
1answer
109 views

When using MyFaces 2.1, with Eclipse Juno, how do I get rid of a space after the doctype

I have searched all around for an answer, and tried many things, but no luck. When I use MyFaces 2.1 with Eclipse Juno, and attempt to create an HTML5 page, I get <!DOCTYTPE html > Notice ...
1
vote
0answers
169 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 ...
0
votes
1answer
89 views

What is the newest version of MyFaces that can be used with IBM WebSphere 7.0

I'm using IBM WebSphere 7.0 with MyFaces 2.0.7 installed as shared library. Because there are issues with PrimeFaces (for example, p:messages autoUpdate not working) I'm considering the upgrade to ...
2
votes
2answers
257 views

Tomcat (Development) fails to start after adding UTF8 support in application and setting needed JVM options

I am failing to get Tomcat 7.0.27 to start. This is not a ServerFault question as this is my development server. I am using IntelliJ IDEA and my application ran no errors prior to adding a Filter to ...
1
vote
1answer
179 views

t:inputFileUpload always retrun null while submitting form

<h:body> <div id="main" align="center" style="width:100%;height: 100%"> <f:view> <h:form id="catform" enctype="multipart/form-data"> <p:panel ...
1
vote
1answer
142 views

@ViewAccessScoped not getting selected row for first time

I am using JSF 2.0 and I have a datatable which gets populated using lazy load.Scope of the page is @ViewAccessScoped (MyFaces CODI) as I am using CDI/Spring. When datatable is loaded in jsf page and ...
0
votes
1answer
65 views

Simple Trinidad navigation

I followed the first example in Trinidad's navigation Dev Guide but the result link always comes out as a "#". I double check their downloadable example but don't see any difference. Main.xhtml ...
3
votes
1answer
220 views

What's the difference between Development and Production in MyFaces

I'm doing some development work in JSF with MyFaces and I got this warning. ******************************************************************* *** WARNING: Apache MyFaces-2 is running in DEVELOPMENT ...
0
votes
1answer
212 views

JSF2: NullpointerException at custom composite component

I've been trying to create an own component to "replace" the Richfaces spacer, which is no longer available in Richfaces 4. I have found this link for the actual implementation: ...
0
votes
0answers
34 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
106 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
1answer
70 views

f:ajax calls incorrect listeners when javascript disabled [closed]

I am using MyFaces 2.1, and have various buttons to manipulate an image, all using h:commandButton and f:ajax. Each one has its own listener. When javascript is enabled, everything works great, but ...
-1
votes
1answer
55 views

How to add parameters to resource boundle

I'm trying this (that works): message = Any value {0} <h:outputFormat id="myMessage" value="#{bundle.message}"> <f:param value="#{mybena.value}"/> ...
0
votes
0answers
186 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
1answer
168 views

myfaces 2.1 h:commandButton renders “Submit Query”

Strange issue, I have read through various posts, but have yet to find a working answer. When I have a h:commandButton, where I want an icon to display instead of text, I have tried. ...
3
votes
2answers
671 views

“could not initialize proxy - no session” with an open session available

I work with JSF 2 (MyFaces 2.1.7 and Primefaces 3.4.2), CDI (Weld-servlet 1.1.10), JPA 2 (Hibernate 4.1.7) and Lombok 0.11.2. All this runs on Tomcat 6 and 7. I use the OpenSessionInView pattern, ...
1
vote
1answer
87 views

JSF 'Tab' bean scope

I need create webapp with two pages and one backing bean for both pages. I tried @SessionScoped, but when I open other tab in a browser, I see the same data as in previous tab. I tried to use MyFaces ...
0
votes
0answers
256 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
2answers
231 views

MyFaces CODI - add to project

I'm developing a maven JSF web app. I want to use @PreDestroy on some @ViewScoped bean, however this is not possible in JSF 2.0 (or not when page is closed or redirected) I found MyFaces CODI's ...
1
vote
1answer
112 views

Is it possible to deploy JSF MyFaces 1.1.5 applications to TomEE

With Tomcat7 i can deploy several application with misced use of MyFaces 1.x / 2.x In TomEE i run to many exceptions if i deploy Applications with MyFaces 1.x, because tomee has builtin myfaces2 ...
0
votes
0answers
177 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 ...
1
vote
1answer
233 views

MyFaces-api not found when packed in war deployed to Weblogic 10.3

I have packed the myfaces-api.1.2.2.jar and myfaces-impl.1.2.2.jar into my war's web-inf/lib directory. If i deploy this to the weblogic 10.3 server as a zipped war file the startup log shows: INFO: ...
0
votes
1answer
223 views

ViewMapListener JSF not being called

I'm trying to port the JSF @ViewScoped annotation to CDI. The reason is more educational rather than based on need. I chose this particular scope mainly due to the lack of a better concrete example of ...
0
votes
0answers
146 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
121 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 ...
3
votes
1answer
493 views

Facelets multi-level templates - ui:define not rendered

I have 2 basic templates - one with a side menu, and one without - that both ui:include a common page which contains ui:insert tags (templates are largish, so basic example below). Using Mojarra ...
0
votes
0answers
153 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
108 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 ...
1
vote
1answer
210 views

What is the default for FACELETS_REFRESH_PERIOD?

In a JSF application, the parameter javax.faces.FACELETS_REFRESH_PERIOD can be used to enable/disable automatic reloading of XHTML files. I am currently researching the right configuration for ...
0
votes
2answers
161 views

Apache myfaces renders datatable before processing ajax event

I have a selectOneMenu which controls what should be shown in the datatable. The code is as below (I have removed all unnecessary staff): <ui:composition ...
1
vote
0answers
164 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 ...
0
votes
1answer
969 views

JSF index.xhtml and redirect to faces action

I think its a good practice to have an index page (in my case index.xhtml). I want to pass some action on index page (for example in struts:<c:redirect url="list.do" /> and I go to struts action ...
1
vote
2answers
398 views

MyFaces tomcat7:run goal cannot start ProtocolHandler “http-bio-8080”

I created a new MyFaces Project with the maven archetype HelloWorld 2.0 OpenWebBeans and tested it instantly with mvn clean -Dcontainer="tomcat7" tomcat7:run. Everything goes well, until it comes to ...
0
votes
0answers
272 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
1answer
265 views

t:dataScroller not working correctly on refresh

I'm using t:dataScroller to scroll some data from a t:dataTable and it is working fine except for one thing: every time an action that causes the screen to be refreshed is triggered the ...
0
votes
1answer
393 views

Migration from myfaces 1.1 to 1.2

I'm trying to upgrade our web application from myfaces 1.1 to 1.2. I hoped it is easier than migration directly to the newest 2.x version. However, I'm getting such an error, when I'm trying to start ...
0
votes
1answer
66 views

ajax4jsf doubles <body> and <head> tags in modern browsers

I'm trying to fix an error with a web application, which uses JSF (myfaces 1.1), facelets, tomahawk and ajax4jsf. In modern browsers, like Firefox 12+ or Chrome, there are duplicated <body> and ...
2
votes
2answers
259 views

Disable oam.Flash.RENDERMAP.TOKEN

I am using Apache MyFaces 2.0. I notice that a cookie oam.Flash.RENDERMAP.TOKEN is getting created for each view, even though I am not using Flash scope and I have set ...
0
votes
1answer
581 views

Unknown NullPointerException when trying to run Apache MyFaces 2.0.2 application

I am trying to run a sample JSF 2.0 application which is built on Apache MyFaces 2.0.2 and Apache Trinindad 2.0.1. I am running on weblogic 11g. I am encountering an NullPointerException in trinidad ...
0
votes
1answer
137 views

JSF2( MyFaces) + hibernate + RichFaces Fails to Deploy

I've started a new project with MyFaces 2.1.8, Hibernate 4.1, tomcat 6.0.35 and RichaFaces 4.2.2. I downloaded myFaces 2.1.8, richafces, tomcat and then in myEclipse added "Hibernate Capabilities" ...
0
votes
1answer
557 views

Can't use primefaces push

I'm trying use p:push in a dialog and I'm getting this error in chrome: Uncaught Error: INVALID_STATE_ERR: DOM Exception 11 primefaces.js.xhtml:1 PrimeFaces.widget.PrimeWebSocket.send ...
0
votes
1answer
464 views

f:ajax does not update t:dataTable on complete

I have a JSF search command button and a tomahawk dataTable that showing the result from a search. When clicking on the command button, the dataTable should output the search result. Anyway, since I ...
0
votes
1answer
72 views

Myface CODI is not throwing exceptions in Eclipse

I do JSF development using Myfaces, Primefaces, Tomcat in Eclipse IDE. When testing thru I used to get exceptions thrown by Myfaces/Primefaces in the Eclipse Console. Recently I enhanced my ...
0
votes
1answer
136 views

What happens to @SessionScoped @ManagedBean which is already in HttpSession?

Old code creates a @SessionScoped @ManagedBean (namely UserSession) at the first request in a ServletFilter and puts it in the HttpSession (if not already there). Now what happens when some EL ...
2
votes
1answer
912 views

javax.el.PropertyNotFoundException:Property not found on type java.io.File in primefaces download

I am using Primefaces 3.2 and developing the file download functionality and I am getting list of file names from my local which i wanted to display them in jsf datatable with clickable ...
0
votes
1answer
54 views

How can i use the markInitialState method?

How can i use the markInitialState() method? I want to save the initial state of my component. Is markInitialState for this?
2
votes
2answers
296 views

JSF conditionally render footer (jsf facet)

I would like to render a footer (with a specific content) if the datatable content is empty. I found this How do I conditionally render an <f:facet>? but that doesnt really solve my problem, as ...

1 2 3 4 5 8