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