Re: [appfuse-user] ELResolver issue

2007-09-24 Thread Matt Raible
I've been talking with the Jetty folks for a few weeks trying to fix it. I posted another message today: http://tinyurl.com/yvylnh Matt On 9/22/07, kace <[EMAIL PROTECTED]> wrote: > > Kewl, it works on Tomcat. I guess it must be a jetty issue then. Jetty-run is > so sweet that I tend not to use

Re: [appfuse-user] ELResolver issue

2007-09-22 Thread kace
Kewl, it works on Tomcat. I guess it must be a jetty issue then. Jetty-run is so sweet that I tend not to use tomcat at all during development but I shall remedy that. Thanks Matt, ..kace mraible wrote: > > Does it happen on Tomcat? > > > On 9/22/07, kace <[EMAIL PROTECTED]> wrote: >> >> Hi

Re: [appfuse-user] ELResolver issue

2007-09-22 Thread Matt Raible
Does it happen on Tomcat? On 9/22/07, kace <[EMAIL PROTECTED]> wrote: > > Hi fellas, > > I have this piece of code in my xhtml page > > styleClass="desc"/> > value="#{cartForm.deliveryIDString}" required="true" layout="pageDirection" > style="margin-bottom:0;" styleClass

[appfuse-user] ELResolver issue

2007-09-22 Thread kace
Hi fellas, I have this piece of code in my xhtml page this was working in the previous rc1 setup but now after i have moved over to 2.0 jsf i get the following error (see below). Ca