Maybe this will help:
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html#isEmpty()

> -----Original Message-----
> From: Vincent Massol [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2003 5:55 PM
> To: 'Maven Users List'
> Subject: New dashboard feature request (was RE: [ANN] Dashboard 
> plugin 1.1 released)
> 
> 
> dIon,
> 
> I've almost implemented it. If you can help me resolve the following
> problem, it's done:
> 
>   <x:set var="notEmptyElems" select="aggregator[not(text() = '-')]"/>
>   <j:if test="${notEmptyElems.size() == '0'}">
> 
> The call to notEmptyElems.size() is failing. Not sure why? Maybe because
> it returns a number? 
> 
Maybe this will help:
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html#isEmpty()


Michal


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

Reply via email to