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}}"/>


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]

Reply via email to