Hi David,

I don't have experience with Faces portlet, but I think you can use Apache 
Portals Portlet Filter. See 
http://portals.apache.org/bridges/multiproject/portals-bridges-portletfilter/index.html.
With the filter bridge, there must be no need to extend FacesPortlet with the 
filter bridge.
Also, there seems to be an example using the filter in j2-admin, RPADPortlet. 
(org.apache.jetspeed.portlets.rpad.portlet.RPADPortletFilter) It seems 
filtering FacesPortlet.

Regards,
Woonsan


--- On Thu, 9/11/08, David Dyer <[EMAIL PROTECTED]> wrote:

> From: David Dyer <[EMAIL PROTECTED]>
> Subject: Servlet filters in portlet environments?
> To: "Jetspeed Users List" <[email protected]>
> Date: Thursday, September 11, 2008, 3:11 PM
> Hi all, I'm trying to set up a FacesPortlet that uses
> the tomahawk 
> (v.1.1.6 with myFaces 1.1.5 impl and api jars)
> panelTabbedPane. However 
> I get the well known "ExtensionsFilter not correctly
> configured. JSF 
> mapping missing. JSF pages not covered.". The web.xml
> is correctly 
> configured and by setting the 
> org.apache.*myfaces*.CHECK_EXTENSIONS_FILTER context-param
> to false I 
> can get the portlet to render without error. However, the
> resulting tag 
> set now doesn't have the css and javascript that makes
> it look and 
> behave like a tabbed panel.
> 
> So my question to everyone out there is: Is it possible to
> use the 
> extensionFilter within a portlet environement ? Perhaps by
> extending the 
> FacesPortlet? Maybe somthing from jsf-bridges?
> 
> I could simply create a faces decorator by copying the
> resulting css 
> required by the tabbed panel and stuff the javascript into
> the header, 
> but that seems like a very inelegant way to handle things
> since it 
> requires updating each time a new tag set that needs the
> extensionFilter 
> gets added to the portal.
> 
> Any insight would be greatly appreciated.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]


      

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to