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
135 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
728 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 ...
1
vote
1answer
280 views

Richfaces and myfaces compatibility issue

I cant get myFaces (2.1.8 but same prob with 2.0) to work along with RichFaces 4.2.2 on Tomee 1.1 container. Tried googling but found nothing relevant. A soon as richfaces tags are added to the page, ...
0
votes
1answer
127 views

jsf2 myfaces xhtml modifications do not affect until tomcat restart

I have a JSF 2.0 Web Application with MyFaces implementation. The application runs on Apache Tomcat 7. When I do any modification on xhtml pages while I am running or debugging the application no ...
0
votes
2answers
131 views

What is the difference between put and add method in statehelper in JSF 2

What is the difference between: Object put(Serializable key, Object value) void add(Serializable key, Object value) methods in StateHelper in JSF?
0
votes
1answer
319 views

Popup not working Tomahawk

I'm trying to run a sample code on t:popup. I copied code is as below. <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core" ...
1
vote
1answer
98 views

Different implementaions of JSF specification [closed]

JSF is a specification included in the Java EE platform. There are different implementations of JSF from different vendors. I know Oracle provides Mojarra & Apache provides MyFaces. Are there any ...
0
votes
1answer
369 views

myfaces+ajax+IE - problems on page loading

After I added f:ajax tag to one of my pages, tomcat automatically inserted jsf.js script into header: <script type="text/javascript" ...
2
votes
2answers
629 views

p:ajax is crashing composite component

I created a composite component that implements a spinner, i works really fine, but when I changed from primefaces 2.2.1 to primefaces 3.3.1 the component crashes all the page when I try use p:ajax ...
1
vote
1answer
195 views

How to configure Myfaces to log through logback

How do I configure Myfaces to write to the logs through logback implementation which rest of my application uses ? Currently I'm writing logs from all parts of my application except the messages by ...
1
vote
1answer
71 views

Flash Scope msgs do not show up with immediate=true buttons

I have the following button: <h:commandButton action="#{handler.actionDelete}" value="Delete" immediate="true"/> As part of the handler.actionDelete, I am adding a message to Flash Scope. ...
5
votes
0answers
964 views

Running JSF in stateless mode (0 costs for state saving) [closed]

I recently came across a stateless extension for JSF(Mojarra) developed by Rudi which claims to deliver vast improvements in performance at even lower costs of memory/ CPU & reduced latency, with ...
0
votes
1answer
167 views

Tomahawk MyFaces File Upload Component not showing on screen

I am trying to use tomahawk MyFaces file upload component t:inputFileUpload. I followed the example at JSF 2.0 File upload, with one change-instead of copying files to /lib, I used maven. There are no ...
0
votes
1answer
103 views

Myfaces Tomahawk: content inside panelTab

I'm curious what is the right way to have the content (e.g. div) occupy 100% of t:panelTab inside of t:panelTabbedPane. It appears that the content gets rendered within div or span for which there's ...
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 ...
1
vote
1answer
84 views

JSF - Trinidad versus MyFaces

I understand that the Trinidad framework is an extension of MyFaces project (who is the JSF implementation). But, I have JSF project that has only the trinidad dependencies. So, I ask: How works ...
0
votes
1answer
248 views

Selecting initial rows CoreTable

I have a <tr:table value="#{mybean.tableValue} binding="#{mybean.tableBinding}"> that i want to show with the selection multiple enabled. I'm using a List for the collection and the values are ...
1
vote
1answer
435 views

Pom Dependency in a JSF project with Richfaces and MyFaces

I want to build a JSF project with MAVEN. I tried to add the all dependencies i needed. Each time I get the errors. <dependencies> <dependency> ...
2
votes
1answer
174 views

JSF default tomcat error page

I want to display the default Tomcat error page in JSF 2.0 (MyFaces) application when exception is thrown. I added following lines to web.xml: <error-page> ...
0
votes
1answer
363 views

Duplicate ID in Auto-Generated JSF component IDs

I'm getting duplicate ID errors randomly in my JSF pages, and in all of the instances, the duplicated ID is an auto-generated one (like j_id15). I don't have any duplicates in the specified IDs in ...
0
votes
1answer
811 views

No Factories configured for this Application

I am trying to run a JSF 2.0 webapp using Apache MyFaces 2.1.8 on a Tomcat 7 webserver.When i try to load a simple page i get this error: java.lang.IllegalStateException: No Factories configured ...
5
votes
1answer
7k views

java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener when using MyFaces with WASCE/Geronimo

I am trying to create a simple JSF web application using MyFaces v 2.1 with WebSphere Application Server Community Edition v3.0.0.1 and Eclipse Juno but when I try to run the application the following ...
0
votes
1answer
52 views

Repository for myfaces 2

Please I need to use myfaces 2 in a maven project. where can I found the repository. i have found just the dependency <dependency> <groupId>org.apache.myfaces.core</groupId> ...
2
votes
2answers
1k views

Howto let Primefaces work with @ConversationScoped Beans?

I build a short page with JSF-Compnents which displays and increments a value from a @ConversationScoped Bean. This page is able to end the Conversation and is getting a new Bean after ending the old ...
0
votes
1answer
764 views

Running TomEE plus jsf Examples

After extracting TomEE-plus (apache-tomee-1.0.0-plus.zip) and building the jsf example (on examples-4.0.0-src.zip\webapps\jsf), I came across the following error on catalina.*.log with the following ...
1
vote
2answers
389 views

Rendering problems with PrimeFaces + PrimeFaces Mobile + MyFaces ExtVal

I am trying to use together the three frameworks: PrimeFaces, PrimeFaces Mobile and MyFaces ExtVal. The library versions are: PF 3.3.1, PF Mobile 0.9.3, MyFaces ExtVal 2.0.5. Consider the following ...
0
votes
1answer
70 views

How to make all pages bookmarkable in a JSF Project?

Before I start to implement some code. I want to be sure about the techniques. In my case, i want to be able to bookmark every page. What should i take in account to make it possible. In the ...
0
votes
1answer
189 views

FacesComponent scope

What scope has a FacesComponent??. Can i set something like ViewScope? SessionScope? @FacesComponent(value="myComponent") public class MyComponent extends UINamingContainer { }
1
vote
2answers
1k views

How to force WebSphere AS 8 to use a specific JSF implementation?

I have an old enterprise application that was developed using WAS 6.1, now my company is trying to perform the implementation of that application in WAS 8. But I am having troubles rendering the JSF ...
0
votes
0answers
326 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 ...
0
votes
1answer
120 views

Reading JSF property on JSTL tag (MyFaces 1.2)

i'm with a problem migrating an old application from MyFaces 1.1 to MyFaces 1.2. In old application if a had a ManagedBean exampleMBean, I can read these properties through ...
1
vote
1answer
374 views

IllegalArgumentException: duplicate key (JSF)

I'm using Tomcat 7, Richfaces 4.2.2, MyFaces 2.1.5 and Facelets. When I start Tomcat I get the error: An error occured while initializing MyFaces: duplicate key: class ...
1
vote
2answers
232 views

JSF2.0 @EJB Injection into @ViewScoped causing MyFaces to CFNE

I'm running a JSF project in TomEE. I upgraded it to MyFace 2.1.8. I'm running everything on OSX with Oracle JVM 1.7.04 So I have this ManagedBean which is ViewScoped: @ManagedBean @ViewScoped ...
0
votes
1answer
651 views

Big performance issue on startup using myfaces 2.0 with tomcat 6

I am having trouble on tomcat 6 startup. When I first try to load a page it takes more than five minutes to show it. After that it works perfectly fine. Using the helloworld-example from myfaces the ...
0
votes
1answer
591 views

Myfaces, Facelets, Tomahawk and Maven deployed in Tomcat 7 fails

I have a lot of trouble getting tomahawk to run. I used the myfaces hellworld20 archetype a while ago to create a new project. Now I wanted to extend it using tomahawk. The new pom.xml looks like ...
0
votes
2answers
2k views

Primefaces rowEditor just active row validation

In my application, I have some dialogs with dataTables that user can edit values, so I'm using primefaces rowEditor... Sometimes I have required fields in dataTable as you can see in this screen: ...
0
votes
1answer
300 views

Tomahawk for JSF 2.1

Does "Tomahawk for JSF 2.0" works for JSF 2.1 / MyFaces Core 2.1 ? If not, a new release "Tomahawk for JSF 2.1" is expected/announced anytime soon ? If not, will there be any downside using "Tomahawk ...
0
votes
1answer
2k views

Alternative to ui:include for dynamically including pages in JSF 2.0

Before I start: I'm running JSF 2.0 MyFaces on Tomcat 6 and I've used some primefaces in this project already. I've got a page with three filtered dropdowns that set a bunch of parameters in my ...
0
votes
1answer
179 views

XML Parsing Error in JSF-trinidad application [closed]

When I am clicking a checkbox in my JSF 1.2 (with Apache MyFaces Trinidad 1.0.13) application I am getting following error in FF--- XML Parsing Error: no element found Location: ...
1
vote
1answer
161 views

What is a basic setup of MyFaces Trinidad on a JSF 2.0 Project?

I have a JSF 2.0 project with MyFaces Trinidad 2.0.1 components, i have created some forms using trinidad components, but some components that use ajax don't render as expected or like in the showcase ...
1
vote
1answer
546 views

How to use MyFaces Trinidad Input Date component?

I have a JSF 2.0 project with some forms, xhtml pages, After adding the MyFaces Trinidad Input Date component and i run the application, when i click the Input Date icon, its non-responsive and ...
0
votes
1answer
318 views

Apache TomEE: want to user Mojarra JSF in my project instead of built-in Apache MyFaces

I have a related question. I am migrating my project from Jboss to TomEE. I was using Mojarra JSF, and have been having problems trying to get everything working using MyFaces (view Encryption ...
0
votes
1answer
66 views

MyFaces 2 does not take 2 filters

With our software we were using myfaces 1 with 2 filters implemented.. first was /jsf and other was /1 with its mapped classes in web.xml file. It works fine with myfaces 1 but when we have upgraded ...
0
votes
0answers
78 views

Tomahawk DataScroller with ajax managedbean

I've just started using jsf2 with Tomahawk. I have a datatablewhich is intialized from my managed bean. I added a dataScroller with ajax just like in the Tomahawk Example xhtml files. The part that ...
0
votes
1answer
363 views

NullPointerException during JSF navigation (MyFaces)

I am getting a NullPointerException when trying to navigate from one page to another. I have defined the navigation rule as usual in the faces-config.xml But for some reason my webapp does not ...
1
vote
1answer
177 views

How to remove Orchestra converstation context parameter for static resources?

To provide proper browser caching I want to get rid of the conversationContext parameter, that Apache MyFaces Orchestra adds to every request, for requests to css files. As Bozho suggested, I've ...
2
votes
1answer
703 views

How to get EL 2.2 working on WAS 7 (with Myfaces and Primefaces)?

I'm migrating a JSF 1.2 project, running in WAS7, to JSF2 with Myfaces 2.1.7 and Primefaces. Until now, everything was more or less working, putting myfaces-bundle-2.1.7.jar and primefaces ...
2
votes
2answers
266 views

JSF 2.0 dynamically controlling which values get posted back based on CSS

I have this form with ~170 individual text boxes with values in a session scoped bean. There is a requirement to only submit values when the component has a certain CSS class. The way I originally ...
0
votes
0answers
841 views

Programmatic PrimeFaces menubar does not work in MyFaces, but works in Mojarra

I tried to implement a programmatic menubar, in which the item element call to a method throw an actionListener. This does not work with myfaces 2.1.6, but it works with mojarra 2.1.8. There is an ...

1 2 3 4 5 8