Hallo!
I am new to freemarker and I have one question perhaps sombody can help me.
I have two own directives written in Java and one Template:


<@group name="qname" label="Header" render="collapse" id="header">
   <@select name="kjkjk"/>
</@group>

When I am inside the execute method of "select" I need access to the next 
parent "group"-Element and I need the 
value of the "name" attribute. Is this kind of communication between directives 
possible?


Thank you!
Ingo

Reply via email to