File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Accessing the JSF UIViewRoot from a servlet filter?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Accessing the JSF UIViewRoot from a servlet filter??" Watch "Accessing the JSF UIViewRoot from a servlet filter??" New topic
Author

Accessing the JSF UIViewRoot from a servlet filter??

Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 383
Hello,
I understand it is not possible to set the jsf UIViewroot locale from the servlet filter.
My problem is therefore as follows:
I know which locale the user needs from my servlet filter. How can I communicate to UIviewroot the locale I want from a servlet filter?
Any comment welcome.
Thanks in advance,
J.
Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 383
After some research I came to the conclusion that it is better to use a jsf phase listener instead of a servlet filter to meet my purpose.
J.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

The problem with trying this kind of stuff from a Servlet Filter is that the FacesContext is constructed per-request by the FacesServlet. Since Servlet Filters on the inbound side are intended for doing things before the servlet (or JSP) is invoked, FacesServlet hasn't yet begun to construct the FacesContext.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Accessing the JSF UIViewRoot from a servlet filter??
 
Similar Threads
Odd problem with RichFaces and Servlet Filter
Dealing in jsf with multiple domains pointing to the same app/war.
Best practice for i18n/locale selection?
richfaces and problems with navigation
Http 404, type - status message and resource not found