Results 1 to 1 of 1
Thread: <logic:equal> tag
- 08-18-2010, 07:52 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 2
- Rep Power
- 0
<logic:equal> tag
Can we compare a local variable(not from bean) value in <logic:equal> tag ??
Code:
<%
String isEnrolled = "N";
%>
<logic:equal name ="isEnrolled" value="N">
Inside logic equal
</logic:equal>
When I execute the above code, its not entering inside logic equal. I tried to print the value of isEnrolled,its "N" only, I dont know why its not entering.
Please help me in this regard...
Thanks in advance
Similar Threads
-
help with not equal to operator !=
By manowar689 in forum New To JavaReplies: 9Last Post: 06-15-2010, 12:10 AM -
equal() method
By need_helpp in forum New To JavaReplies: 3Last Post: 03-09-2010, 05:57 PM -
ComparisonFailure on equal(to the eye) strings
By staffan in forum New To JavaReplies: 2Last Post: 03-12-2009, 02:57 PM -
checking if there are equal numbers
By nalinda in forum New To JavaReplies: 1Last Post: 11-18-2007, 06:21 AM -
checking if there are equal numbers
By nalinda in forum New To JavaReplies: 0Last Post: 11-18-2007, 02:13 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks