I have used this:
http://wiki.apache.org/tapestry/Tapestry5SimpleAndPowerfulLayouts

It's a generic solution using blocks! and you don't need to declare
them in the page.

On Tue, Aug 25, 2009 at 9:30 AM, Sebastian
Hennebrueder<use...@laliluna.de> wrote:
> Hello,
>
> I used
>
> <t:parameter name="notes">
>        foo
> </t:parameter>
>
> in a page to pass foo to the layout template which has parameter
>
> Layout class
> @Parameter
>        private Block notes;
>
>        public Object getNotes(){
>                 return notes;
>        }
> Layout template
> <t:delegate to="notes"/>
>
>
> Prajesh Kacha schrieb:
>>
>> Hello,
>> In my web page I am using one <t:body/> tag, but I need multiple <t:body/>
>> tag to get replace.
>> To do that is there any mechanism like specifying Id or some name to the
>> components.
>> I search a lot but I didn't find.
>>
>> I don't know what to do.
>> Please can any one help me.
>>
>>
>> Thankxxxx in advance.
>>
>>
>>
>>
>>
>>
>>
>
>
>
> --
> Best Regards / Viele Grüße
>
> Sebastian Hennebrueder
> -----
> Software Developer and Trainer for Hibernate / Java Persistence
> http://www.laliluna.de
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to