Hello Kevin, Yep, I see. I was pretty new to Tapestry, coming from Struts. The idea was ability to substitute not only one part of the Border component, i.e. have 2 or more tags like this <span jwcid="@RenderBody"> </span> to have login box reusable, for example. Now with growing experience in Tapestry I see it could be solved different ways, like setting up the properties or writing own components. Thank you for reply, your code proved to be quite interesting. Is it somewhere the live example of current implementation of Bookmarker? Because when I tried to contact ...:8080 the connection was refused.
Best wishes, Andrey -----Original Message----- From: Kevin Menard [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 5:09 PM To: Andrey Tkach Cc: 'Tapestry users' Subject: Re[2]: Border vs Tiles Hello Andrey, Monday, June 6, 2005, 11:05:15 AM, you wrote: > Thank you. Solution turned out to not so simple like in Tiles or using > <jsp:include>. I need to write custom component for each part of the page. Perhaps I'm missing something here, but you don't *need* to write them as components. Your header, footer, login, etc. can just be part of your border component. For a small example, see: http://www.negativetwenty.net/svn/bookmarker/trunk/context/WEB-INF/Border.ht ml -- Best regards, Kevin mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
