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.
|
- RE: "if" not working Ganael LAPLANCHE
- RE: "if" not working Piroumian Konstantin
- RE: "if" not working Rob Grundel
- Re: "if" not working Ganael LAPLANCHE
- Re: "if" not working Ilya A. Kriveshko
- Re: "if" not working Ganael LAPLANCHE