Hello! Today I tried change url-pattern for Ajax4jsf-filter. In user guide it looks like
that <web:ajax4jsf-filter force-parser="true"
| enable-cache="true"
| log4j-init-file="custom-log4j.xml"
| url-pattern="*.seam"/> When I tried use it in my project I get trouble in
all of my pages with richfaces JSF components they lost skin and functionality. How to
resolve that problem? Which url-pattern I must write If my users see pages with .htm
suffix. I think I must write like that
<web:ajax4jsf-filter force-parser="true"
| enable-cache="true"
| log4j-init-file="custom-log4j.xml"
| url-pattern="*.htm"/> But It doesn't work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125879#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...