Re: [tobago] popup doesn't support tab groups?

2007-09-25 Thread Volker Weber
Hi Zied, the tobago_selectTab is a javascript function which is defined in tab.js. I think you run into the same problem as i two weeks ago, when changing a old (non ajax) app to use ajax reload of a sheet. You must add ajax-enabledtrue/ajax-enabled to your tobago-config.xml the default is

Re: [tobago] popup doesn't support tab groups?

2007-09-25 Thread Zied Hamdi
Hi Volker, Wow you're right !!! It works :-). Thanks a lot, Zied 2007/9/25, Volker Weber [EMAIL PROTECTED]: Hi Zied, the tobago_selectTab is a javascript function which is defined in tab.js. I think you run into the same problem as i two weeks ago, when changing a old (non ajax) app to

[tobago] popup doesn't support tab groups?

2007-09-24 Thread Zied Hamdi
Hi, I have created a popup with a tabgroup as its root element, the problem is that we can't switch between tabs : clicks doesn't seem to be catched (but the mouse shows the correct 'hand' cursor). Regards, Zied

Re: [tobago] popup doesn't support tab groups?

2007-09-24 Thread Volker Weber
Hi Zied, i just checked this out, and i found no problem when using switchType=client or reloadTab but reloadPage closes the popup.When reopen the popup the selected tab is shown. Looks like the tabSwitch request is not recognized as inner popup action. I added a jira issue: