<xsp:logic>
  String s ="my";
  String t = "my";
  if (s.equalsIgnoreCase(t)) {
      <!-- code to be executed -->
  }
</xsp:logic>
 

-----Original Message-----
From: Adriano Smith [mailto:[EMAIL PROTECTED]
Sent: 02 September, 2004 07:32
To: [EMAIL PROTECTED]
Subject: comparing strings in xsp


how can strings be compared in xsp?



is it possible to do

if(s.equals(\"string\"))

{



}
 
<http://ads.sify.com/RealMedia/ads/click_nx.ads/mail.sify.com/[EMAIL PROTECTED]
m>  


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to