RE: EL Statements are not evaluated in logic:equal tag

2007-11-26 Thread Slattery, Tim - BLS
> > You can use EL without the EL libraries if your servlet container > > supports J2EE version 2.4. If you have that support, you can use EL > > anyplace in your jsp page, and the container will take care of it. > I hope that you meant Servlet 2.4, included in J2EE 1.4. > Anyway EL is in JSP

Re: EL Statements are not evaluated in logic:equal tag

2007-11-22 Thread Antonio Petrelli
2007/11/21, Slattery, Tim - BLS <[EMAIL PROTECTED]>: > > > I saw many examples on the net with the normal logic:equal > > tag and the el > > statement: > > > > > So I thought I don't need > You can use EL without the EL libraries if your servlet container > supports J2EE version 2.4. If you have

RE: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Dave Newton
; any party other than intended recipient. Sender does > not necessarily endorse content contained within > this transmission.> Subject: RE: EL Statements are > not evaluated in logic:equal tag> Date: Wed, 21 Nov > 2007 12:46:30 -0500> From: [EMAIL PROTECTED]> To: > user@st

RE: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Martin Gainty
official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.> Subject: RE: EL Statements are not evaluated in logic:eq

RE: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Slattery, Tim - BLS
> I saw many examples on the net with the normal logic:equal > tag and the el > statement: > > So I thought I don't need I run tomcat 5.5.12 I don't know whether that supports J2EE 2.4 or not. -- Tim Slattery [EMAIL PROTECTED] ---

AW: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
Not bad ;-) Works like a charm. > -Ursprüngliche Nachricht- > Von: Antonio Petrelli [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 21. November 2007 16:27 > An: Struts Users Mailing List > Betreff: Re: EL Statements are not evaluated in logic:equal tag > > 2007/11/

Re: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Antonio Petrelli
2007/11/21, Peter Neu <[EMAIL PROTECTED]>: > > Yes that works but I need to declare much more code which seems a little > senseless You are right only if you are using dyna-beans. Otherwise you can use a more complex expression: Antonio

AW: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
6:07 > An: Struts Users Mailing List > Betreff: Re: EL Statements are not evaluated in logic:equal tag > > 2007/11/21, Peter Neu <[EMAIL PROTECTED]>: > > I have a problem with the evaluation of EL statement: > >

Re: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Antonio Petrelli
2007/11/21, Peter Neu <[EMAIL PROTECTED]>: > I have a problem with the evaluation of EL statement: > Did you try using ? Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
Hi, I saw many examples on the net with the normal logic:equal tag and the el statement: -Ursprüngliche Nachricht- > Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 21. November 2007 15:45 > An: Struts Users Mailing List > Betreff: Re: EL Statements are not

Re: EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Dave Newton
Are you using the EL taglib? ARe you running on a JSP 2.0 container? d. --- Peter Neu <[EMAIL PROTECTED]> wrote: > Hello, > > I have a problem with the evaluation of EL > statement: > property="codeTal"> > > When I use just jstl like this: > > I get the value without any trouble. I use stru

EL Statements are not evaluated in logic:equal tag

2007-11-21 Thread Peter Neu
Hello, I have a problem with the evaluation of EL statement: When I use just jstl like this: I get the value without any trouble. I use struts 1.2.9 Any help is much appreciated. Cheers, Pete - To unsubscribe, e-mail