I had the same problem a while ago. I solved it with reading the
properties in a jelly variable
<j:set var="mslDir" value="${msl.dir}" />

You can then ckeck if it is set to null.

Hope that helps,
Dominik



On Wed, 2003-10-15 at 15:36, [EMAIL PROTECTED] wrote:
> Hi there,
> 
> Ho ca I check if a property is setted in project.properties (or
> ~/build.properties...).
> 
> This is not working : 
> 
> <j:if test="${msl.dir == null}"> ... </j:if>
> 
> Thx,
> -emmanuel
> 
> ---------------------------------------------------------------------
> 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