2008/4/30 Lars Dam <[EMAIL PROTECTED]>:
> 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"/>

IMO it is because it is not put inside the Struts value stack, but in
the page scope.
To be sure, try simple to output it:
${argument.name}

Antonio

Reply via email to