Re: [Trinidad] web.xml & FacesContext

2007-08-30 Thread Simon Lessard
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Matthias Wessendorf > Sent: 30 August 2007 15:18 > To: MyFaces Discussion > Subject: Re: [Trinidad] web.xml & FacesContext > > are you on java 1.4 ? > > the "UnsupportedClassVersionError" makes me thin

RE: [Trinidad] web.xml & FacesContext

2007-08-30 Thread Darren McEntee
No we're on java version 1.5.0 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: 30 August 2007 15:18 To: MyFaces Discussion Subject: Re: [Trinidad] web.xml & FacesContext are you on java 1.4 ? the "UnsupportedCla

Re: [Trinidad] web.xml & FacesContext

2007-08-30 Thread Matthias Wessendorf
tp.HttpServlet.service(HttpServlet.java:860) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > > > > > > > > ________________ > > > From: Simon Lessard [mailto:[EMAIL PROTECTED] > Sent: 30 August 2007 14:13 > To: MyFaces Discussion &

RE: [Trinidad] web.xml & FacesContext

2007-08-30 Thread Darren McEntee
(HttpServlet.java:860) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) From: Simon Lessard [mailto:[EMAIL PROTECTED] Sent: 30 August 2007 14:13 To: MyFaces Discussion Subject: Re: [Trinidad] web.xml & FacesContext ** This Mes

Re: [Trinidad] web.xml & FacesContext

2007-08-30 Thread Simon Lessard
Hello Darren, What URL did you use to access your page? That kind of error sometimes happens when you use /faces/ mapping (which you use), but forget to add it to the URL, thus accessing the JSP page directly, resulting in JSF tag execution without prior FacesContext initialization (done by the Fa