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: <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> </html> becomes <t:mybordercomponent xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> </t:mybordercomponent> Then in your mybordercomponent template you need a <t:body /> tag There are plenty of examples out there, and most of them call their border component "layout" i.e. <t:layout .... On 7/20/07, Peter Stavrinides <[EMAIL PROTECTED]> wrote:
Will the border component be re-introduced in Tapestry 5, if not how can I achieve a similar effect?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]