Antonio Gallardo escribi�:
Hi Thorsten:
2 points:
1- Make sure the variable is filled. Try:
<jx:out value="${anrede.trim()}"/>
Cheers. :)
The {} means that the expression between the brackets will get calculated.
2-Remember this is a String so, you need to use .equal() for testing a match:
<jx:out value="${anrede.equals('Herr')}"/>
I tried! ...but try this:
<jx:set var="static">Herr</jx:set>
e <jx:out value="${static.equals('Herr')}"/>
= <jx:out value="${static == 'Herr'}"/>
The result is:
e false
= false
:(
Should be true, or?
???
--
thorsten
"Together we stand, divided we fall"
Hey you (Pink Floyd)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]