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]

Reply via email to