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>

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.

Reply via email to