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]

Reply via email to