Re: TabbedPannel: So many problems.

2007-05-03 Thread Musachy Barroso
Sure, the wiki is open for contributions. musachy On 5/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Sounds good. I'm using the workaround display: none and its working as expected. I'm learning lots of workaround looking at templates. Each time I got any issue, I report it, after ask her

Re: TabbedPannel: So many problems.

2007-05-03 Thread Felipe Rodrigues
Sounds good. I'm using the workaround display: none and its working as expected. I'm learning lots of workaround looking at templates. Each time I got any issue, I report it, after ask here and get a proff it is really an issue. But I think we really need a doc telling about these little things a

Re: TabbedPannel: So many problems.

2007-05-03 Thread Musachy Barroso
The first tab is the default one, but you can change that using the "selectedTab" in the tabbedPanel tag. Dynamic tabs load their content automatically, this was mentioned on another thread and was fixed in WW-1860, adding a "preload" (defaults to true) attribute to the div tag. Bear in mind the a

TabbedPannel: So many problems.

2007-05-03 Thread Felipe Rodrigues
Hi Guys, I'm really trying to use TabbedPannel, but it seems to have lots of problems when you try to use in a real world WebApp. For example, I have a TabbedPannel with 6 tabs. Each one is a remote one. The problem here is, when the user change the tab, I need to update a session attribute. But