Re: Re : T5: Layout question

2008-04-04 Thread Howard Lewis Ship
le : Mercredi, 2 Avril 2008, 11h26mn 58s Objet : T5: Layout question I created a Layout component called Border. According to the documentation, I have to setup my page something like this: html t:type=Border xmlns:t= http://tapestry.apache.org/schema/tapestry_5_0_0.xsd; Page content

Re: Re : Re : T5: Layout question

2008-04-03 Thread Onno Scheffers
. - Message d'origine De : Onno Scheffers [EMAIL PROTECTED] À : Tapestry users users@tapestry.apache.org Envoyé le : Mercredi, 2 Avril 2008, 12h59mn 26s Objet : Re: Re : T5: Layout question Hi Julien thanks for your answer and that was what I expected to see

T5: Layout question

2008-04-02 Thread Onno Scheffers
I created a Layout component called Border. According to the documentation, I have to setup my page something like this: html t:type=Border xmlns:t= http://tapestry.apache.org/schema/tapestry_5_0_0.xsd; Page content /html I want the template to be previewable though so the webdesigners can

Re: T5: Layout question

2008-04-02 Thread 宁德辉
PROTECTED] To: Tapestry users users@tapestry.apache.org Sent: Wednesday, April 02, 2008 6:49 PM Subject: Re : T5: Layout question Hi Onno, You don't need to do anything else. Everything outside of div class=text-column t:type=Border Page content /div will be discarded and the Layout

Re: Re : T5: Layout question

2008-04-02 Thread Onno Scheffers
PROTECTED] À : Tapestry users users@tapestry.apache.org Envoyé le : Mercredi, 2 Avril 2008, 11h26mn 58s Objet : T5: Layout question I created a Layout component called Border. According to the documentation, I have to setup my page something like this: html t:type=Border xmlns:t= http

Re : T5: Layout question

2008-04-02 Thread Julien HENRY
[EMAIL PROTECTED] À : Tapestry users users@tapestry.apache.org Envoyé le : Mercredi, 2 Avril 2008, 11h26mn 58s Objet : T5: Layout question I created a Layout component called Border. According to the documentation, I have to setup my page something like this: html t:type=Border xmlns:t= http

Re: T5: Layout question

2008-04-02 Thread Onno Scheffers
- Original Message - From: Julien HENRY [EMAIL PROTECTED] To: Tapestry users users@tapestry.apache.org Sent: Wednesday, April 02, 2008 6:49 PM Subject: Re : T5: Layout question Hi Onno, You don't need to do anything else. Everything outside of div class=text-column t:type=Border

Re : Re : T5: Layout question

2008-04-02 Thread Julien HENRY
. - Message d'origine De : Onno Scheffers [EMAIL PROTECTED] À : Tapestry users users@tapestry.apache.org Envoyé le : Mercredi, 2 Avril 2008, 12h59mn 26s Objet : Re: Re : T5: Layout question Hi Julien thanks for your answer and that was what I expected to see happening, but it doesn't. So

Re: Re : Re : T5: Layout question

2008-04-02 Thread Peter Beshai
, Julien - Message d'origine De : Onno Scheffers [EMAIL PROTECTED] À : Tapestry users users@tapestry.apache.org Envoyé le : Mercredi, 2 Avril 2008, 11h26mn 58s Objet : T5: Layout question I created a Layout component called Border. According to the documentation, I

Re: Re : Re : T5: Layout question

2008-04-02 Thread Onno Scheffers
: T5: Layout question Hi Julien thanks for your answer and that was what I expected to see happening, but it doesn't. So if it is supposed to work like that, then I must be doing something wrong here. My Start.tml: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http

Re: Re : Re : T5: Layout question

2008-04-02 Thread Peter Beshai
that will be discarded at runtime to only keep the outside of the template. - Message d'origine De : Onno Scheffers [EMAIL PROTECTED] À : Tapestry users users@tapestry.apache.org Envoyé le : Mercredi, 2 Avril 2008, 12h59mn 26s Objet : Re: Re : T5: Layout question Hi Julien