You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2009/03/13 05:15:40 UTC

Re: [t5.0.18] Is it possible to nested normal jsp/html content into one layout component region?

On Thu, Mar 12, 2009 at 8:53 PM, Zenberg Ding <ze...@gmail.com> wrote:
>
> Is it possible to nested normal jsp/html content into one layout component
> region?

No.  Not possible.  Completely incompatible approaches to ... everthing.


You might be able to cobble something together using Ajax and/or an
<iframe> to spawn a second request that renders using the JSP.

>
> for example, replace "content" region with jsp content when one jsp request
> is lanched.
>
> <body>
> <table id="main" width="100%" height="100%" border="0">
>  <tr>
>    <td id="header" height="94" colspan="3">
>        <div t:type="header"/>
>    </td>
>  </tr>
>  <tr>
>    <td id="navigator">
>        <div t:id="treebox" t:type="t5/SidePanel" style="height:600px">
>                <div t:type="xtree"/>
>        </div>
>    </td>
>    <td width="2">
>        <div id="split"/>
>    </td>
>    <td id="content">
>        <t:body/>
>    </td>
>  </tr>
>  <tr>
>    <td id ="footer"  height="90" colspan="3">
>        <div t:type="footer"/>
>    </td>
>  </tr>
> </table>
> </body>
>
> If it possible, how to do it? any idea or suggestion is appreciate.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [t5.0.18] Is it possible to nested normal jsp/html content into one layout component region?

Posted by Zenberg Ding <ze...@gmail.com>.
Thanks for your advise. I'll try that.


> On Thu, Mar 12, 2009 at 8:53 PM, Zenberg Ding <ze...@gmail.com>  
> wrote:
>>
>> Is it possible to nested normal jsp/html content into one layout  
>> component
>> region?
>
> No.  Not possible.  Completely incompatible approaches to ... everthing.
>
>
> You might be able to cobble something together using Ajax and/or an
> <iframe> to spawn a second request that renders using the JSP.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org