Hi,

when using c:if with EL=ECMAscript, what are the semantics with the
comparison operator "=="", e.g. with test="$test == 'test'", i.e. it
seems that if the variable test is not a string, the test always fails
(when I set the variable with <c:set var="test"
value="$result.getRows()[0].get(0)" scope="session"> on column generated
with "select 'test'", the above test fails, when I use <c:set var="test"
value="$result.getRows()[0].get(0).toString()" scope="session"> it
works.

Thank you very much in advance,
  Wolfgang

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to