--------
<u:tokenize var="deployables" delim=",">
${context.getVariable("bravenet.deployables")}
</u:tokenize><j:forEach var="deployable" items="${deployables}">
<echo>Detected deployable "${deployable}"</echo>
<echo>
${context.getVariable("deployables.${deployable}.targets")} //PROBLEM!
</echo>
</j:forEach>---------
The second call to context.getVariable fails because of the reference to ${deployable} in the parameter. I've tried a number of ways of doing this, and none have succeeded. Can anyone offer any enlightenment?
Also, offtopic - why not register jelly.ky as the Jelly domain name? I also prefer scripting Jelly while listening to styling mixes by Lemon Jelly (http://www.lemonjelly.ky)...
Gabe
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
