Re: T5 Border Component

2007-07-22 Thread Howard Lewis Ship
There was no Border component in T4; Border was a design pattern, not a specific component. For T5 we're calling it Layout (a name which, I believe, better captures the functionality of the design), but it is still as design pattern, not a specific component. As the other responses have indicate

Re: [Fwd: Re: T5 Border Component]

2007-07-21 Thread #Cyrille37#
s, J. Original Message ---- Subject:Re: T5 Border Component Date: Sat, 21 Jul 2007 02:56:56 +1000 From: Jordan Howarth <[EMAIL PROTECTED]> To: users@tapestry.apache.org References: <[EMAIL PROTECTED]> Hi Peter I was not aware of a core border comp

Re: T5 Border Component

2007-07-20 Thread Jordan Howarth
Hi Peter I was not aware of a core border component in T4 although I am happy to be corrected. Regardless, in T5 you have the Tapestry Element which, as described in the documentation (http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html), is an analogue of @RenderBody from T4

[Fwd: Re: T5 Border Component]

2007-07-20 Thread Jordan Howarth
t to $content$ in T5? Thanks, J. Original Message Subject: Re: T5 Border Component Date: Sat, 21 Jul 2007 02:56:56 +1000 From: Jordan Howarth <[EMAIL PROTECTED]> To: users@tapestry.apache.org References: <[EMAIL PROTECTED]> Hi Peter I was not awa

Re: T5 Border Component

2007-07-20 Thread Daniel Jue
Hi, the "border" component may not exist, but now you can use any component as the "wrapper" or border for another page. Also, you can have borders around your components too! In the first line of the html where you have your html and xsd declaration, try this: http://tapestry.apache.org/schema

T5 Border Component

2007-07-20 Thread Peter Stavrinides
Will the border component be re-introduced in Tapestry 5, if not how can I achieve a similar effect?