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
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
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
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
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
Will the border component be re-introduced in Tapestry 5, if not how can I
achieve a similar effect?