Hello.
I'm sorry, but I put this stuff again on the desk :
How the JellyContext (from TagSupport) are interconnected ?
I would child context be taken account in parent context.

My Goal is to create jexl expression like
${a.b.c}
with custom tag in this design
<a>
 <b>
   <c>blabla</c>
 </b>
</a>

I have succed this way
${a}
${aScope.b}
${aScope.bScope.c}

Thank.
I think more documented jexl part would be a advantage for jelly expansion 
among users.
I have began this in French at 
http://jelly.fr.free.fr
but it's a hard work for one people without JSTL culture :0)

Marc DeXeT

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to