Re: [appfuse-user] Faces Context Error

2007-11-05 Thread Matt Raible
If you use JSP instead of Facelets with JSF, you basically shouldn't be using JSF at all. It really is a *very* bad combination and I wouldn't wish this development combination upon my worst enemy. ;-) Matt On 10/9/07, nasim salehi <[EMAIL PROTECTED]> wrote: > Thank you dear Matt for your instant

Re: [appfuse-user] Faces Context Error

2007-10-09 Thread nasim salehi
Thank you dear Matt for your instantly attention, Well I have myfaces jar in my project and I defined faces pattern in my web.xml and I think faces servlet can handle it: faces javax.faces.webapp.FacesServlet 2 faces *.faces So I think there i

Re: [appfuse-user] Faces Context Error

2007-10-09 Thread Matt Raible
1.9.4 uses Facelets instead of JSP - have you tried renaming your JSP to end in .xhtml? On 10/9/07, Nasim_sa <[EMAIL PROTECTED]> wrote: > > I'm using appfuse-jsf-1.9.4,I tested all test targets in ant build script and > they all passes correctly,but when I wanna to see my jsp page in brwoser I > g

[appfuse-user] Faces Context Error

2007-10-09 Thread Nasim_sa
I'm using appfuse-jsf-1.9.4,I tested all test targets in ant build script and they all passes correctly,but when I wanna to see my jsp page in brwoser I get following error,It's clear that the error doesn't relate to my jsf page code but some obstacle in assigning needed library,In fact I think he