Мария Григорьева wrote:
Hello!I have the parameter " ${data.get("length")} " in my JXTemplate.
Try:
<jx:when text="${data.get('length') == null}">
How to check it's value is it NULL or not ???(the trouble in the quotes)<jx:choose> <jx:when test="???"> <h2>no data</h2> </jx:when> <jx:otherwise> ....... </jx:otherwise> </jx:choose>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
