Tagged Questions
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.
5
votes
2answers
2k views
JSF - How do I force an application-scoped bean to instantiate at application startup?
I can't seem to find a way to force an application-scoped managed bean to be instantiated/initialized when the web app is started. It seems that application-scoped beans get lazy-instantiated the ...
5
votes
2answers
2k views
What is viewstate in JSF, and how is it used?
In JSF, there is a viewstate associated with each page, which is passed back and forth with submits etc.
I know that viewstate is calculated using the states of the various controls on the page, and ...
4
votes
2answers
814 views
ViewExpiredException on every navigation after migrating from JSF 1.2 to JSF 2.0
I'm attempting to migrate an existing JSF application from JSF 1.2 to JSF 2.0. I was using MyFaces 1.2.8 and want to use MyFaces 2.0.5.
What I'm experiencing with MyFaces 2.0.5 is that the initially ...
4
votes
1answer
737 views
How to use ExtJS FormPanel with JSF 2.0
Im trying to use ExtJS FormPanel with JSF 2.0 + MyFaces 2.0.4. ExtJS is a great JavaScript framework at all. But it doesnt use DOM of Page. So the main problem starts with here. To put JSF beans in ...
3
votes
1answer
44 views
Multiple Browser Tabs/Windows and NUMBER_OF_VIEWS_IN_SESSION
We are developing an app in which we have to support multiple browser tabs/windows.
Our setup: MyFaces 2.1, Spring, Orchestra
By default the org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION is set to ...
3
votes
1answer
175 views
JSF Session management and tunning
All,
I am doing some investigation into how to shrink the amount of session memory our JSF application is consuming on a per user basis.
We are using MyFaces 1.1.7 and Tomahawk 1.1.5 running on IBM ...
3
votes
5answers
4k views
mojarra or myfaces (jsf2.0 starter)
I am starting on JSF2.0
I used a tutorial as a reference but I have the following question:
The tutorial used 2 libs only: jsf-api.jar, jsf-impl.jar (but also had jstl) from Mojarra Project.
I tried ...
3
votes
1answer
1k views
Memory leaks in MyFaces
EDIT: The solution that you can find in comments below assumes changing
JSF implemenetation from MyFaces to
Sun's Mojarra.
Hi,
I have got really annoying problem with MyFaces 2.0.0 (To be ...
3
votes
3answers
2k views
MyFaces vs Sun Reference Implementation of JSF
Maybe, some performance comparison or some noticeable specific differences is what I want to know.
As I heard there is no really big difference. Hence, I've got one more question. For what purposes ...
3
votes
3answers
1k views
open detail view with request parameter
I created a simple master/detail using myfaces and richfaces. By clicking a h:commandLink in the rich:dataTable the user is able to open the detail view and edit the entity.
Now I want to create a ...
2
votes
2answers
64 views
JSF - set STATE_SAVING_METHOD per-page
I would like to set a particular page (one that does not require a user to sign in to use) to have a STATE_SAVING_METHOD of client rather than server while the rest of the pages use server. Is there ...
2
votes
0answers
190 views
@EJB in @ViewScoped @ManagedBean causes java.io.NotSerializableException
I've read @EJB in @ViewScoped managed bean causes java.io.NotSerializableException, but my state saving setting is server.
Here is what I have:
web.xml:
<?xml version="1.0" encoding="UTF-8"?>
...
2
votes
2answers
178 views
Preserving JSF messaged after a redirect
I have a JSF page (using MyFaces 2.0) that does a bit of data gathering the first time it is displayed. If it can't find some information, it is supposed to provide a message to that effect and ...
2
votes
1answer
60 views
Can not find getFlash() method in Myfaces
FacesContext.getCurrentInstance().getExternalContext().getFlash()
I am trying to use above code seems like getFlash() does not exist in JSF2 implementation of Myfaces. How how can I access it.
...
2
votes
4answers
668 views
Icesfaces vs Myfaces vs Primefaces
I am starting out a new project that involves the use of JSF 2.0.
From my initial reading, the Mojarra and Apache Implementation of the
project covers the basic components that you will need.
But I ...
2
votes
1answer
265 views
JSF 2.1 ViewScopedBean @PreDestroy method is not called
I have a method in a view Scoped Bean with the @PreDestroy annotation and another one with the @PostConstruct annotation.
The @PostConstruct method is properly called every time I navigate to the ...
2
votes
2answers
456 views
Getting same instance of `componentType` in composite component on every use
Hi Have this Wierd Issue in which I am using a Composite Component which I wrote and I get values from the previous use of the backing bean of the CC (the componentType bean)
I don't know how to ...
2
votes
0answers
424 views
Customize Facelets error page
I have a Facelets(JSF 1.2 (myfaces)) web app and I want to customize my error page - which would seem to be a natural thing to do when an application matures.
I got really confused in the process.
I ...
2
votes
4answers
785 views
Myfaces Trinidad JSF: Ajax problem when sending Non US-ASCII Characters
The Issue:
We have a Java web application, based on Apache MyFaces Trinidad. We are facing some problems when trying to partial submit (that's it: via Ajax) a form, when a field contains some special ...
2
votes
1answer
350 views
How to refer element id dynamically
I am trying to spread the radio buttons using tomahawk selectOneRadio. My id looks like this
<rich:dataTable id="carTable" value="#{cars}" var="car">
<rich:column>
...
2
votes
2answers
1k views
JSF - How can I format my global messages in <h:messages> in a visually appealing way?
I'm not too familiar with using the <h:messages> element in JSF. What I'm trying to do is use it to display a list of global messages of varying severity that are generated by a method in my ...
2
votes
2answers
1k views
How to handle Code Error 500 in Richfaces
I'm using Richfaces 3.2.2 and need to show the user the 500 error page when there is Exception. The issue is that when I use ajax event I can't show the user the 500 error when there is an Exception. ...
2
votes
2answers
2k views
JSF (Myfaces) converter resource bundle messages
does anyone know where I can get a list of the converters used by JSF so I can set a custom message for them in the resource bundle?
2
votes
1answer
3k views
JSF 2.0 and MyFaces Tomahawk
I have been investigating a JSF upgrade on our existing web apps that are using JSF 1.2 & tomahawk 1.1.9 & no facelets , to use JSF 2.0 & tomahawk 1.1.9
This is my findings sofar :
All ...
2
votes
1answer
417 views
MyFaces vs. Sun's Reference Implementation - latter not free?
Just a stupid beginner's question, which will be quickly solved, but I am curious.
http://www.irian.at/myfacesexamples/home.jsf says:
"MyFaces - The free JavaServerâ„¢ Faces Implementation"
Errr ... ...
2
votes
1answer
2k views
How get Tomahawk functionality with JSF 2.0 (Glassfish V3)
I've started to upgrade an existing application written with JSF 1.1 and MyFaces Tomahawk 1.1 to JSF 2.0 to get facelets etc.
I've now run into the snag that apparently Tomahawk is not JSF 2.0 ...
2
votes
3answers
6k views
Troubles Iterating Over A HashMap with JSF, MyFaces & Facelets
I'm having some trouble looping over a HashMap to print out it's values to the screen. Could someone double check my code to see what I'm doing wrong. I can't seem to find anything wrong but there ...
2
votes
1answer
4k views
How to create conditions based on user role using JSF/MyFaces?
What options do I have to read the roles of the current user from my JSP pages? I'm aware of the visibleOnUserRole="myRole" attribute on Tomahawk components, but I need roles for a bit more ...
1
vote
0answers
22 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
1answer
59 views
Best way to log in, log out, and store session attributes in JSF
I am very new to JSF, and I am pretty confused about the best practices of managing user logins. There are a lot of answers floating around, but they require knowledge of JSF and Java EE which I don't ...
1
vote
1answer
33 views
How can I check if an object stored with @WindowScoped is stored correctly?
Two days ago I wrote this question:
How can I retrieve an object on @WindowScoped?
and BalusC answered with some suggestions, now I have some problem to understand if my problem is that the object in ...
1
vote
1answer
15 views
JSF myfaces exception handling can't navigate
I'm out of ideas for my exception handling...
Using:
<myfaces.version>2.0.11</myfaces.version>
<richfaces.version>4.1.0.Final</richfaces.version>
...
1
vote
1answer
17 views
How can I retrieve an object on @WindowScoped?
In this post Dynamic ui:include I asked how I could store an object in some state that could permit me to load a new windows, or tab, of the same browser and it was not stored also in the new windows. ...
1
vote
0answers
73 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
1answer
98 views
f:param doesn't work with h:commandButton
i'm using eclipse 3.6.2 (Helios) , Tomcat 7 , MyFaces 1.2.9
i have no problem when i use f:param into the h:commandLink but when i put f:param into h:commandButton it doesn't work . what's the ...
1
vote
0answers
28 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
1answer
155 views
How to clear all pageFlowScope maps from session?
How to clear pageFlowScopes and view caches from session when we are sure its no longer required?
Following clears pageFlowScope map in current request context
RequestContext requestContext = ...
1
vote
1answer
55 views
addressing components from other naming containers
What I would like to achieve is to be able to address some JSF components from within other naming container.
Usecase: composite component which encapsulates some features using - for a field which ...
1
vote
1answer
203 views
Glassfish 3.1 + MyFaces - ClassFormatError
I am trying to override Mojarra in Glassfish with MyFaces. I have put myfaces-impl dependency in maven and removed the RI dependencies - jsf-api.jar and jsf-impl.jar. I've also asked Glassfish nicely ...
1
vote
1answer
128 views
MyFaces CODI and windowId request parameter issue
I have been trying to conduct some simple tests on Seam Weld and MyFaces CODI. After adding CODI jar files to my projects, I found that it adds a windowId request value to every request even if the ...
1
vote
0answers
199 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
1answer
117 views
importing dynamic web project in eclipse ?
i use eclipse 3.6.2[Helios] and tomcat 7 and myfaces 1.2.10
i have a problem when i want to import a dynamic web project . i import the project in my workspace and perform the configurations and set ...
1
vote
2answers
91 views
MyFaces 2.0.2 + TinyMCE
I was recently trying to integrate TinyMCE in my Myfaces application. I have downloaded and extracted TynyMCE in my webapp folder. I have written the following code:
<h:outputScript ...
1
vote
2answers
126 views
trinidad 2 and myfaces 2.13
I have started a brand new web application, using myfaces 2.1.3, tomahawk 20-1.1.11 and trinidad 2.0.0. I followed the developers guide and got facelets, jsf and the tomahawk stuff to work. But the ...
1
vote
2answers
295 views
CDI Injection into a FacesConverter
From just a few searches, this seems like a problem that has been around for a while. I have written a FacesConverter that looks like the following. The object Category is a JPA entity and ...
1
vote
1answer
493 views
JSF datatable with binding with Session Scoped backing bean gets rendered again and again one every request
I have a XHTML page which on submission goes back to itself.The backing bean is session scoped. On the redirect to itself the page renders the h:dataable twice and gives me duplicate id error.I can ...
1
vote
2answers
128 views
JSF: MyFaces CODI typesafe navigation and f:viewParam
I'm trying out MyFaces CODI with it's wonderful features. A very useful thing is the typesafe navigation. I can specify the outcome of an action method in my controller bean like this:
public ...
1
vote
1answer
225 views
Making Glassfish respond to ajax request JSF 2
I'm trying to do an ajax request to my server (Glassfish v3.1 open source edition) and for any reason the request never go to the server, running the same proyect on tomcat 7 it works correctly, ...
1
vote
1answer
307 views
jsf application performance improvement tips
How to improve performance of jsf myfaces based application ?
Some tips that I have collected so far
Trinidad
Set following init parameters to false in web.xml
...
1
vote
2answers
715 views
JSF 2 Session Beans Problems
I have a JSF 2.1 (MyFaces) app running using several Session Beans (All the beans are session beans).
The timeout is defined in web.xml as such:
<session-config>
...