Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
Hi, I'm trying to use Tapestry 4.1 to create a set of dynamic tabs using custom components. I've got some if it to work using the components that I've written but I can't seem to get the tabs themselves to be created, just the content pane. The main html looks like this: span jwcid=[EMAIL

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Jesse Kuhnert
I think when you create a TabContainer directly you must call addChild() to it with a reference to the individual tabs themselves. (which must also be created directly) I do plan on adding this particular widget to Tapestry eventually, but have to make sure all other 4.1.1 issues are out of the

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
4.1 + Dojo Tabs I think when you create a TabContainer directly you must call addChild() to it with a reference to the individual tabs themselves. (which must also

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Jesse Kuhnert
4.1 + Dojo Tabs

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
4.1 + Dojo Tabs I think the addChild call has implicitly been made as the contents of the first tab are displayed, it's just the actual tabs at the tab of the screen that are missing. I'll try adding

Re: Tapestry 4.1 + Dojo Tabs

2006-08-09 Thread Dom Couldwell
: Tapestry 4.1 + Dojo Tabs I think the addChild call has implicitly been made as the contents of the first tab