I did upgrade to 2.0.6.. Here is the content layout.. I sent another post
showing how the browser is displaying.. but here is the insert..

The page is layed out like this
---------------------------------------------------------------
<tiles:useAttribute classname="java.lang.String" name="pageContent"/>
<tiles:useAttribute classname="java.lang.String" name="sectionTitle"/>
<tiles:useAttribute classname="java.lang.String" name="tabs"/>
<tiles:useAttribute classname="java.lang.String" name="activeTab"/>
<tiles:useAttribute classname="java.lang.String" name="tabPane"/>

....some html............
<div id="contentPane">
  <s:if test="#attr.sectionTitle!=null">
    <h1>${sectionTitle}</h1>
  </s:if>
  <tiles:insertAttribute name="pageContent">
    <tiles:putAttribute
name="sectionTitle">${sectionTitle}</tiles:putAttribute>
    <tiles:putAttribute name="pageContent">${tabPane}</tiles:putAttribute>
    <tiles:putAttribute name="tabs"       >${tabs}</tiles:putAttribute>
    <tiles:putAttribute name="activeTab"  >${activeTab}</tiles:putAttribute>
  </tiles:insertAttribute>

</div>






Antonio Petrelli-3 wrote:
> 
> 2008/10/7 dcosio <[EMAIL PROTECTED]>:
>>
>> Ok, I'm using "userAttribute", importAttribute didn't seem to provide the
>> values..So now the values are making it down 2 levels..
> 
> May I see how you use the <tiles:useAttribute> tag?
> 
> Antonio
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tiles-not-building-extended-content-tp19837124p19858062.html
Sent from the tiles users mailing list archive at Nabble.com.

Reply via email to