Hello,

I'am using JXTemplateTransformer with Jexl. I want to test wether an variable is equal to another variable plus a string, but I don't know how to concat the string with var within the test. This doesn't work:

<jx:if test="${foo.value == 'text.'bar.value}">
...

And this doesn't work, too:

<jx:test="${foo.value == 'text.'+bar.value}">

Any ideas? How can I concat a string and a var?

Thank you!

Regards
Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to