Re: Re : T5: Layout question

2008-04-04 Thread Howard Lewis Ship
; À : Tapestry users > 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: > http://tapestry.apache.org/schema/tap

Re: Re : Re : T5: Layout question

2008-04-03 Thread Julian Wood
27;t work the way you (and I) expected. So it seems there is no official way to keep templates previewable with additionnal ouside markup that will be discarded at runtime to only keep the outside of the template. - Message d'origine De : Onno Scheffers <[EMAIL PROTECTED]> À :

Re: Re : Re : T5: Layout question

2008-04-02 Thread Onno Scheffers
Item 1 > > > Item 2 > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: Re : Re : T5: Layout question

2008-04-02 Thread Peter Beshai
gt; > > > > > > Border.java: > > @Parameter > > @Property > > private Block _content; > > > > > > > > > > > > On Wed, Apr 2, 2008 at 7:52 AM, Julien HENRY <[EMAIL PROTECTED]> wrote: > > > > > Sorry Onno, I was

Re: Re : Re : T5: Layout question

2008-04-02 Thread Onno Scheffers
he way you (and > I) > > expected. So it seems there is no official way to keep templates > previewable > > with additionnal ouside markup that will be discarded at runtime to only > > keep the outside of the template. > > > > - Message d'origine &

Re: Re : Re : T5: Layout question

2008-04-02 Thread Peter Beshai
: Onno Scheffers <[EMAIL PROTECTED]> > À : Tapestry users > 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 : T5: Layout question

2008-04-02 Thread Julien HENRY
plate. - Message d'origine De : Onno Scheffers <[EMAIL PROTECTED]> À : Tapestry users 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 if it is suppo

Re: T5: Layout question

2008-04-02 Thread Onno Scheffers
can't help. > > Thanks! > > DH > > > > - Original Message - > From: "Julien HENRY" <[EMAIL PROTECTED]> > To: "Tapestry users" > Sent: Wednesday, April 02, 2008 6:49 PM > Subject: Re : T5: Layout question > > > Hi Onno,

Re: Re : T5: Layout question

2008-04-02 Thread Onno Scheffers
essage d'origine > De : Onno Scheffers <[EMAIL PROTECTED]> > À : Tapestry users > 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

Re: T5: Layout question

2008-04-02 Thread 宁德辉
HENRY" <[EMAIL PROTECTED]> To: "Tapestry users" 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 Page content will be discarded and the Layout component

Re : T5: Layout question

2008-04-02 Thread Julien HENRY
: Tapestry users 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: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Page content I

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: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Page content I want the template to be previewable though so the webdesigners can work with the pages more easily. Fo