Thanks, although I must confess, I thought I was doing "java under the hood" when I used the + operator to concatenate what I thought were strings! Especially since the JEXL front page has an announcement about how the + operator has been overloaded for String concatenation (perhaps my version of Maven has an older version of JEXL).
Is there some documentation that describes the syntax? http://jakarta.apache.org/commons/jexl/reference/syntax.html doesn't seem to have what we are discussing and I noticed the JEXL examples link is dead, so I can't go there. Thanks, Grant >>> [EMAIL PROTECTED] 07/18/05 3:58 PM >>> Remember... java under the hood! paul PS: .toString() only needed just to make sure classPath is actually a string. Le 18 juil. 05, à 18:51, Grant Ingersoll a écrit : > <j:set var="classPath" value="${classPath + './lib/' + > dep.artifactId + '.jar'}"/> --------------------------------------------------------------------- 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]
