It should work fine so long as you've configured your web.xml file correctly.
I think this is correct, but I've been using facelets for awhile now.
<context-param>
<param-name>javax.faces.DEFAULT_SUFFIX</param-name>
<param-value>.jspx</param-value>
</context-param>
On 2/7/06, ::SammyRulez:: <[EMAIL PROTECTED]> wrote:
> Hi all
>
> I'm migrating form jsp to jspx (it's late I know). But when I call a
> page (/mycontext/mypage.faces) I have a 404 error mypage.jsp not
> found. Does myFaces not recognize .jspx extension?
>
> thanks
>
> --
> ::SammyRulez::
> http://sammyprojectz.blogspot.com
>