Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.5-SNAPSHOT
-
None
-
None
Description
Among other places, the documentation at <http://myfaces.apache.org/tomahawk/extensionsFilter.html> tells you to map the extension filter to the URL pattern:
/faces/myFaces/extensionResources/*
in addition to mapping it to the same path as the JSF servlet. However, at least for the Tabbed Pane component, this does not work ... it causes the exception message stating that resources could not be delivered, and references the documentation URL above. The Tomahawk examples in the trunk use:
/faces/*
instead, and that does indeed seem to work. The docs and wiki pages should be updated to reflect this.