RE: Problem with using Logic:equla tag.

2005-12-16 Thread Gary Feidt
Or you use: Gary >>> [EMAIL PROTECTED] 12/15/2005 6:52:42 AM >>> Hi Don't use this. Use the jstl tags instead. In this case 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

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
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 this: maybe this will help: http://jakarta.apache.org/taglibs/d

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
[EMAIL PROTECTED] wrote: Hi Don't use this. Use the jstl tags instead. In this case Thank you very much. I think my problem is wired , I used Do this Tags when sysvar is equal to loop and in some next lines i did : Do this Tags when sysvar is NOT equal to loop wonderful thing is t

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
David Evans wrote: As someone else mentioned, the problem could be the scope of your variable. Another thing to check, are you sure that EL is being evaluated in your page? How i can ensure about : does EL evaluate or not ? What i have done is : I add the JSTL taglib declaration to my jsp fi

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
Martin Gainty wrote: Legolas- what is the scope for variable sysvar? variable is in scope , i think it is in page scope . this variable defined in another jsp file inside some scriptlet. I think , there is no problem about variable scope because i can view the content of variable by using <%=

Re: Problem with using Logic:equla tag.

2005-12-15 Thread David Evans
As someone else mentioned, the problem could be the scope of your variable. Another thing to check, are you sure that EL is being evaluated in your page? dave On Fri, 2005-12-16 at 00:30 +0330, Legolas Woodland wrote: > [EMAIL PROTECTED] wrote: > > Hi > > > > Don't use this. Use the jstl tags ins

Re: Problem with using Logic:equla tag.

2005-12-15 Thread Legolas Woodland
[EMAIL PROTECTED] wrote: Hi Don't use this. Use the jstl tags instead. In this case Thank you very much. I think my problem is wired , I used Do this Tags when sysvar is equal to loop and in some next lines i did : Do this Tags when sysvar is NOT equal to loop wonderful thing is t

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. Hi I have a un-natural problem

RE: Problem with using Logic:equla tag.

2005-12-15 Thread hermod.opstvedt
Hi Don't use this. Use the jstl tags instead. In this case 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 -Original Message- From: Legolas Woodland [mailto:[