On Sunday 17 December 2006 10:09, Rohnny Moland wrote:
> hi,
>
> What is the syntax for creating nested variables in commons-jelly.
>
> Example:
>       <j:set var="x" value="resolvedx"/>
>       <j:set var="y.${x}" value="resolvedy"/>
>
>       <j:out value="${y.${x}}"/>
>

try <j:set var="${y.x}" />


>
> Feels like I have tried all the combinations in the whole world now. :)
>
>
> Thanks in advance,
> Rohnny
>
> ---------------------------------------------------------------------
> 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]

Reply via email to