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
<%=sysvar%>
Thank you for answering my question.
Anyone else?
Martin-
----- Original Message ----- From: "Legolas Woodland"
<[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Thursday, December 15, 2005 7:43 AM
Subject: Problem with using Logic:equla tag.
Hi
I have a un-natural problem here
Im trying to use :
[code]
<logic:equal name="sysvar" value="loop">
<td >
......
</td>
</logic:equal>
[/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 above block.
No my question is :
while the value that is inside sysvar is equal to what Im checking
with Struts logic tag , why it never enter the block ?
is it an encoding problem ?
can some one please tell me how to write that conditional block in
JSTL ?
maybe JSTL Do it correctly.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]