help:missing value test (node??) is not working
"Bilel AMMAR" <[email protected]>
| Newsgroups | gmane.comp.web.freemarker.user |
|---|---|
| Message-ID | <5B7B9DAC4CBF4CCB93E82F6D958C8D42@sweet240fed02a> |
Hello, i have a problem with the missing value Test Indeed, the test is always evaluating a true value I tested the simple example of freemarker docs http://freemarker.sourceforge.net/docs/dgui_template_exp.html#dgui_template_exp_missing_test -------------------------------------------------------------------------------- <#if mouse??> Mouse found <#else> No mouse found </#if> ----> the result should be No mouse found -------------------------------------------------------------------------------- But always, i obtain "Mouse found"... i think the node?? test is always evaluating true result even if the variable doesn't exist who have any idea for help? thx ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ FreeMarker-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freemarker-user