Thank you a lot! It works )

-----Original Message-----
From: Andre Juffer [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 24, 2008 12:45 PM
To: [email protected]
Subject: Re: checking parameter in JXTemplates

Мария Григорьева 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]


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

Reply via email to