Re: Creating a Tabbed Panel

2006-04-26 Thread Andreas Bulling
On 26. Apr 2006 - 19:40:12, Izak Wessels wrote: | Neither do I think that it is technically inferior, just wasn't sure about the | compatibility with T4 Shouldn't be a problem ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Creating a Tabbed Panel

2006-04-26 Thread Dennis Cieplik
> > > There is no need for a TabPanel.page > > Yea, I know since TabPanel is component, but I was referring to the > TabTest page. > Thanks for the other tips. oops a corrected version for this statement ;-) There is no need for a _TabTest.page_. Without a .page file tapestry falls back

Re: Creating a Tabbed Panel

2006-04-26 Thread Izak Wessels
Neither do I think that it is technically inferior, just wasn't sure about the compatibility with T4 On 4/26/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: > On 26. Apr 2006 - 19:06:34, Izak Wessels wrote: > | Andreas, > | > | It says : Tapestry Compatibility: 3.0 > > Well, OK, but just because it

Re: Creating a Tabbed Panel

2006-04-26 Thread Andreas Bulling
On 26. Apr 2006 - 19:06:34, Izak Wessels wrote: | Andreas, | | It says : Tapestry Compatibility: 3.0 Well, OK, but just because it says T3 it's not a problem to use it with T4. I don't think that the component is technically inferior just for this reason... Andreas -

Re: Creating a Tabbed Panel

2006-04-26 Thread Izak Wessels
Andreas, It says : Tapestry Compatibility: 3.0 On 4/26/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: > On 26. Apr 2006 - 17:45:23, Izak Wessels wrote: > | Andreas, > | > | I have looked at both of them, but they seem to be more geared towards > | T3, not T4 > > Why? > > -

Re: Creating a Tabbed Panel

2006-04-26 Thread Andreas Bulling
On 26. Apr 2006 - 17:45:23, Izak Wessels wrote: | Andreas, | | I have looked at both of them, but they seem to be more geared towards | T3, not T4 Why? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Creating a Tabbed Panel

2006-04-26 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, the RenderBlock example documentation: TAPESTRY-927 [http://issues.apache.org/jira/browse/TAPESTRY-927] Example in RenderBlock documentation broken Izak Wessels wrote: > Brian, > > An issue for what exactly has been filed? You referring to Bloc

Re: Creating a Tabbed Panel

2006-04-26 Thread Izak Wessels
Brian, An issue for what exactly has been filed? You referring to BlockIds and BlockNames? -- Izak On 4/26/06, Brian K. Wallace <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > An issue was filed against this and it has been fixed for the next release. > > Brian >

Re: Creating a Tabbed Panel

2006-04-26 Thread Izak Wessels
Dennis, Thank you for the changes, it seems to have worked. -- Izak On 4/26/06, Izak Wessels <[EMAIL PROTECTED]> wrote: > Dennis, > > > There is no need for a TabPanel.page > > Yea, I know since TabPanel is component, but I was referring to the > TabTest page. > Thanks for the other tips. > > --

Re: Creating a Tabbed Panel

2006-04-26 Thread Izak Wessels
Dennis, > There is no need for a TabPanel.page Yea, I know since TabPanel is component, but I was referring to the TabTest page. Thanks for the other tips. -- Izak On 4/26/06, Dennis Cieplik <[EMAIL PROTECTED]> wrote: > Hi! > > > Furthermore, TabPanel.java makes a method call, getBlockNames(),

Re: Creating a Tabbed Panel

2006-04-26 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 An issue was filed against this and it has been fixed for the next release. Brian Dennis Cieplik wrote: > Hi! > >> Furthermore, TabPanel.java makes a method call, getBlockNames(), but >> this method is not implemented anywhere in this class, neither

Re: Creating a Tabbed Panel

2006-04-26 Thread Izak Wessels
Andreas, I have looked at both of them, but they seem to be more geared towards T3, not T4 On 4/26/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: > Hi Izak, > > perhaps these are what your're looking for: > http://www.tapestrycomponents.org/Tassel/app?service=direct/1/Search/viewComponent&sp=Sped

Re: Creating a Tabbed Panel

2006-04-26 Thread Dennis Cieplik
Hi! > Furthermore, TabPanel.java makes a method call, getBlockNames(), but > this method is not implemented anywhere in this class, neither is it > BaseComponent. There is no need for a TabPanel.page. Secondly there are some errors in the documentation as well. TabTest.html (1 error): should

Re: Creating a Tabbed Panel

2006-04-26 Thread Andreas Bulling
Hi Izak, perhaps these are what your're looking for: http://www.tapestrycomponents.org/Tassel/app?service=direct/1/Search/viewComponent&sp=SpedroasTabPanel http://www.tapestrycomponents.org/Tassel/app?service=direct/1/Search/viewComponent&sp=SrobertzTabSet Cheers, Andreas -

Creating a Tabbed Panel

2006-04-26 Thread Izak Wessels
Hey all, Hello all I am currently looking to create a tabbed panel for one of my html pages, but I am having difficulities in accomplishing this task. I have looked at the RenderBlock, http://jakarta.apache.org/tapestry/tapestry/ComponentReference/RenderBlock.html , implementation but some of the