Hi all,

I read many tiles-postings in the archive, but I didn't find a solution for my 
case. Does any of you have an idea?

I have a base tiles definition with some attributes and some other definition 
extending that base-definition.

<definition name="base">
        <put name="attrib.01" value="sample"/>
</definiton>
<definition name="page1" extends="base" path="main.jsp">
        <put name="header" value="header.jsp"/>
        <put name="body" value="body.jsp"/>
</definition>

How can I access the value of "attrib.01" in the file body.jsp?
No prob to access it in main.jsp, but I have no idea about accessing the 
attribute from body.jsp. I tried <tiles:get ...> and <tiles:getAsString ...> 
and <tiles:importAttribute ...>, but no way.

Any answer is appreciated.

kind regards

Reinhard

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

Reply via email to