Re: [T5] Layout and $remove$

2008-07-09 Thread Fabio Kreusch
Just one thing if anyone try this again: I had to add a xmlns, otherway it doesn't uses the Border component: t:type="Layout" xmlns:t=" > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; Did it worked for you without the xmlns? 2008/7/9 Fabio Kreusch <[EMAIL PROTECTED]>: > Thanks, that'

Re: [T5] Layout and $remove$

2008-07-09 Thread Fabio Kreusch
Thanks, that's what I needed! 2008/7/8 Onno Scheffers <[EMAIL PROTECTED]>: > Hi Fabio, > > it looks like you're looking for the same thing I was looking for a while > ago. > > http://www.nabble.com/Re-%3A-Re-%3A-T5%3A-Layout-question-tc16448904.html#a16448904 > > Look for Peters' responses in tha

Re: [T5] Layout and $remove$

2008-07-08 Thread Onno Scheffers
Hi Fabio, it looks like you're looking for the same thing I was looking for a while ago. http://www.nabble.com/Re-%3A-Re-%3A-T5%3A-Layout-question-tc16448904.html#a16448904 Look for Peters' responses in that Thread. He really helped me out. regards, Onno Scheffers 2008/7/8 Fabio Kreusch <[EM

Re: [T5] Layout and $remove$

2008-07-08 Thread Shing Hing Man
inRender(){ return false; } } Shing Home page : http://www.lombok.demon.co.uk/ --- On Wed, 9/7/08, Fabio Kreusch <[EMAIL PROTECTED]> wrote: > From: Fabio Kreusch <[EMAIL PROTECTED]> > Subject: [T5] Layout and $remove$ > To: "Tap

[T5] Layout and $remove$

2008-07-08 Thread Fabio Kreusch
Hello all, I'm new to Tapestry 5, and I'm having some problems: In T4, the Shell component creates the outer layout. When I insert a shell component in my pages, it ignores the page etc and only renderizes the , and renderizes the shell . On T5, with the , it renders both, the layout and