RE: Problem with using Logic:equla tag.

2005-12-16 Thread Gary Feidt
doing, use the struts-el tag librarys Hermod -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 1:44 PM To: Struts Users Mailing List Subject: Problem with using Logic:equla tag. Hi I have a un-natural problem here Im trying to use : [code]

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Rahul Akolkar
On 12/15/05, David Evans <[EMAIL PROTECTED]> wrote: > I am not sure the specifics, but some versions of jsp require you to do > this: > <%@ page isELIgnored="false" %> > and some older version of the jstl don't take EL in the attributes. > > you could test to see if EL is being evaluted by doing th

Re: Problem with using Logic:equla tag.

2005-12-15 Thread David Evans
t; >>> If you read the tag doc's you will see that you are encouraged to switch > >>> to the jstl tags in place og the struts tags. In so doing, use the > >>> struts-el tag librarys > >>> > >>> Hermod > >>> > >>

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
2005 1:44 PM To: Struts Users Mailing List Subject: Problem with using Logic:equla tag. Hi I have a un-natural problem here Im trying to use : [code] .. [/code] it never enter the above block. even i tried and showed sysvar by using the following code line in the browser

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
tch to the jstl tags in place og the struts tags. In so doing, use the struts-el tag librarys Hermod -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 1:44 PM To: Struts Users Mailing List Subject: Problem with using Logic:equla tag.

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
<%=sysvar%> Thank you for answering my question. Anyone else? Martin- - Original Message - From: "Legolas Woodland" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, December 15, 2005 7:43 AM Subject: Problem with using Logic:equla tag.

Re: Problem with using Logic:equla tag.

2005-12-15 Thread David Evans
see that you are encouraged to switch to > > the jstl tags in place og the struts tags. In so doing, use the struts-el > > tag librarys > > > > Hermod > > > > -Original Message- > > From: Legolas Woodland [mailto:[EMAIL PROTECTED] > > Sent:

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
the struts-el tag librarys Hermod -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 1:44 PM To: Struts Users Mailing List Subject: Problem with using Logic:equla tag. Hi I have a un-natural problem here Im trying to u

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Martin Gainty
Legolas- what is the scope for variable sysvar? Anyone else? Martin- - Original Message - From: "Legolas Woodland" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, December 15, 2005 7:43 AM Subject: Problem with using Logic:equla tag.

RE: Problem with using Logic:equla tag.

2005-12-15 Thread hermod.opstvedt
nd [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 1:44 PM To: Struts Users Mailing List Subject: Problem with using Logic:equla tag. Hi I have a un-natural problem here Im trying to use : [code] .. [/code] it never enter the above block. even i tried and showed

Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
Hi I have a un-natural problem here Im trying to use : [code] .. [/code] it never enter the above block. even i tried and showed sysvar by using the following code line in the browser [code] <%=sysvar%> [/code] I can see that its value is loop bu there is no luck to enter the