RE: EL not working...

2005-07-07 Thread Allistair Crossley
to:[EMAIL PROTECTED] > Sent: 07 July 2005 10:24 > To: Allistair Crossley > Cc: Tomcat Users List > Subject: Re: EL not working... > > > Thanks Allistair, > > But it throws an error... > > E:\LABDRIVE\jakarta-tomcat-5.0.28\work\Catalina\localhost\wds- > ap

Re: EL not working...

2005-07-07 Thread Richard Reyes
> > > > Thanks > > > Richard > > > > > > On 7/7/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > > > > EL comes with the Servlet 2.4 spec which is supported in > > > Tomcat 5x. I believe you may be able to get EL like behaviour &

Re: EL not working...

2005-07-07 Thread Richard Reyes
et it out of the > > box on Tomcat 4. > > > > > > Allistair. > > > > > > > -Original Message- > > > > From: Richard Reyes [mailto:[EMAIL PROTECTED] > > > > S

RE: EL not working...

2005-07-07 Thread Allistair Crossley
out of the > box on Tomcat 4. > > > > Allistair. > > > > > -Original Message----- > > > From: Richard Reyes [mailto:[EMAIL PROTECTED] > > > Sent: 07 July 2005 09:38 > > > To: Tomcat Users List > > > Subject: EL

Re: EL not working...

2005-07-07 Thread Richard Reyes
ke behaviour with the Struts-EL taglib, but you > won't get it out of the box on Tomcat 4. > > Allistair. > > > -Original Message- > > From: Richard Reyes [mailto:[EMAIL PROTECTED] > > Sent: 07 July 2005 09:38 > > To: Tomcat Users List > > Su

RE: EL not working...

2005-07-07 Thread Allistair Crossley
> Sent: 07 July 2005 09:38 > To: Tomcat Users List > Subject: EL not working... > > > Hello Guys, > > EL is not working under tomcat 4. how can i make it work? > Please help > > Thanks > Richard > > -

EL not working...

2005-07-07 Thread Richard Reyes
Hello Guys, EL is not working under tomcat 4. how can i make it work? Please help Thanks Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EL not working.

2003-10-08 Thread Tim Funk
Heh? -Tim Wade Chandler wrote: OK. What I have found to be the issue is that you have to define a context. If you don't for some reason that given directory can run jsp's and tag libraries fine, but the EL does not work in them. The setup I had was for a different host. So I had only defined

RE: EL not working.

2003-10-08 Thread Wade Chandler
OK. What I have found to be the issue is that you have to define a context. If you don't for some reason that given directory can run jsp's and tag libraries fine, but the EL does not work in them. The setup I had was for a different host. So I had only defined my base context. Then I had a js

Re: EL not working.

2003-10-08 Thread Jean-Francois Arcand
What do you mean by not working? It's like saying Tomcat 5 is not working and you want help :-) Please add example/config/more info about what you are trying to do. Look at the jsp-eamples also. The EL the is working! -- Jeanfrancois Wade Chandler wrote: Has anyone been able to use the Expres

EL not working.

2003-10-08 Thread Wade Chandler
Has anyone been able to use the Expression Lanugage in Tomcat 5.x? I tried to use code from the example pages, but I just get the expression returned and not evaluated. Anyone with any ideas, thanks ahead of time. Wade - To u