It depends on some facts, first whatversion of JBossPortal are you targetting, and second is the user you are referring to an anonymous user or an authenticated user.
We have a requirement to allow anonymous users to switch the locale using a button, see http://my.epoline.org. On JBossPortal 2.0 this can only be realized using a servlet filter that wraps each request to the portal servlet. On JBossPortal 2.2 a server interceptor can be used for that, see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77074. Cheers, Marcel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923614#3923614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923614 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
