Title: Message
Try to use "search".equals(<xsp-request .../>) instead.
 
--
Konstantin Piroumian
[EMAIL PROTECTED]
-----Original Message-----
From: Ganael LAPLANCHE [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 5:49 PM
To: [EMAIL PROTECTED]
Subject: "if" not working

Hi all,
 
I'm trying to test the value of a hidden parameter sent via an html form...
Here is the test :
 
<xsp:logic>
  if(<xsp-request:get-parameter name="todo"/>=="search")
  {
    <xsp:content>That's ok !</xsp:content>
  }
<xsp:logic>
 
The test never returns true... What's wrong ???
 
Thank you,
Gan.

Reply via email to