Hi James, > -----Original Message----- > From: James Strachan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 12:22 PM > To: Jakarta Commons Users List > Subject: Re: [Jelly] Concatenate variable values or strings > > > How about this?... > > <j:set var="path" trim="true"> > default.jar; > <j:forEach var="dep" items="${pom.dependencies}"> > ${dep.artifactId}; > </j:forEach> > <j:set> > <echo>${path}</echo>
Ahhh! I slowly begin to understand the power that jelly offers ;-). Thx for that neat and helpfull refactoring, James. Bye Toby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
