Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JSTL String comparison
08-24-2008, 01:08 AM
Post: #1
JSTL String comparison
How can I compare two strings using JSTL?
Find all posts by this user
Quote this message in a reply
08-24-2008, 02:27 AM
Post: #2
RE: JSTL String comparison
Code:
<c:if test="${str == 'hello'}">
Both string are equal;
</c:if>
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: