From: sven.schulz <nu...@jb...> - 2005-05-10 15:34:53
|
I have a running example of MyFaces in JBoss Portal with the tree2 component. Since it is using resources (images and Javascript) I deduce that the filter is executed. Perhaps your filter mapping is not set appropriately. It should be something like | <!-- MyFaces resource filter mapping --> | <filter-mapping> | <filter-name>extensionsFilter</filter-name> | <url-pattern>/faces/*</url-pattern> | </filter-mapping> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877206#3877206 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877206 |