I used the tiles:importAttribute, like:

<tiles:getAsString name="argument"/>
but i dont get anything when i try to access this, using s: tags,e.g:

<s:property value="argument.name"/>
It's probably something quite simple, but i dont see it :/

How would i go about displaying the name attribute of my argument attribute?

kr. ld


On Wed, Apr 30, 2008 at 2:52 PM, Antonio Petrelli <
[EMAIL PROTECTED]> wrote:

> 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