I suppose in retrospect since Velocity is String-oriented, this behavior is 
to be expected, but it sure seems counter-intuitive that

        #set ($listHasElements = ($list.size() > 0))

        #if ($listHasElements)


for lists containing elements does not work, but 

        #if ($list.size() > 0)


does.

Maybe my pointing this out will save someone else some pain.

-Mike

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

Reply via email to