I want to add parameter to DirectLink ( or PageLink ) which will allow to skip component body.
Template for such component ( ConditionalLink ) looks like:
<span jwcid="@If" condition="ognl:skipBody">
<a href="#" jwcid="@DirectLink " listener="listener:onLink" parameters="ognl:params">
      <!-- ??? need to render body of tag here. But how? -->
   </a>
</span>

Question is: how to access content of such component from template?


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

Reply via email to