2008/4/28 Lars Dam <[EMAIL PROTECTED]>:
>  <tiles:insertTemplate template="/someminorjsppage.jsp">
>     <tiles:putAttribute name="title" value="some.title.i18n.key"/>
>     <tiles:putAttribute name="argument" value="someargument"/>
>  </tiles:insertTemplate>
>  :
>  Would it be possible to have some kind of callback to the action that gets
>  the 'argument' attribute as parameter?

Use <tiles:importAttribute>:
http://tiles.apache.org/2.0/framework/tiles-jsp/tlddoc/tiles/importAttribute.html

Antonio

Reply via email to