Thanks sir
>>>I'd map it to *.xhtml (see facesgoodies)
i found in your web.xml
<servlet-mapping>
<servlet-name>faces</servlet-name>
<url-pattern>*.xhtml</url-pattern>
</servlet-mapping>
and your all pages are as .xhtml but i have *.jspx pages so i have to changes all this as *.xhtml? -- View this message in context: http://www.nabble.com/change-in-url-pattern-give-error-tp18829764p18830217.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

