Re: T5 tab-like component

2007-06-11 Thread Erik Vullings
Thanks Kris, for the great explanation!!! It also thaught me the use of the delegate and block components. I've taken the liberty to add your example to the T5 Wiki (attributed to you, of course), http://wiki.apache.org/tapestry/Tapestry5HowToCreateATabPanel. If you see any mistakes, please feel f

RE: T5 tab-like component

2007-06-10 Thread Kristian Marinkovic
Hi Erik, in T5 its very easy to create a tab component. Just create a component for every tab you have. Then add a Delegate to the page that should display the tab and bind the "to" parameter of the Delegate to a method. This method then returns the respective tab component example code: temp