On Tue, Aug 5, 2008 at 2:12 PM, hns <[EMAIL PROTECTED]> wrote: > > hi > i have created template.xhtml in web-inf/layout and my css file for that in > <root>/css/ > > now when i configured in web.xml like > > <servlet-mapping> > <servlet-name>faces</servlet-name> > <url-pattern>/faces/*</url-pattern> > </servlet-mapping> > > it works fine > > but when i change like > <url-pattern>/*</url-pattern>
I'd map it to *.xhtml (see facesgoodies) -Matthias > > design of my template can not inherited > whether i feel my .jspx can use template.xhtml but template.xhtml can not > use css styles > > what happen i dont know > -- > View this message in context: > http://www.nabble.com/change-in-url-pattern-give-error-tp18829764p18829764.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

