Ok. I tried in components.xml: | <web:ajax4jsf-filter force-parser="true" | enable-cache="true" | log4j-init-file="custom-log4j.xml" | url-pattern="*.htm"/> |
in web.xml: <servlet> | <servlet-name>Faces Servlet</servlet-name> | <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> | <load-on-startup>1</load-on-startup> | </servlet> | | <servlet-mapping> | <servlet-name>Faces Servlet</servlet-name> | <url-pattern>*.htm</url-pattern> | </servlet-mapping> With that When I start my application from url:"http://localhost:8080/app/admin.htm" I lost skins and fuctionality of RichFaces JSF components. When I exclude | <web:ajax4jsf-filter force-parser="true" | enable-cache="true" | log4j-init-file="custom-log4j.xml" | url-pattern="*.htm"/> | from components.xml everything is fine. Any ideas? How to resolve this problem? Thank you for reply. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126120#4126120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126120 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
