chaloupka
11-15-2009, 10:54 PM
1) Script Title:
Ajax Tabs Content Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
Hello,
I have a few problems. The less problem one is the caching - I made :
this.enabletabpersistence=false
ddajaxtabssettings.bustcachevar=0
but when I return to the page with tabs the last selected tab is displayed, not the default one.
When ddajaxtabssettings.bustcachevar=0 has been set to 1 originally, I had errors in log about number greater than max integer, which has to be converted to integer (java.lang.NumberFormatException)
But the bigger problem is with another ajax code inside one tab. I have your tab solution and in one tab, I have two select boxes and the second one select box is filled by selecting the first one. When the page is displayed outside the tab as standalone page, it works, but when it is in tab, it does not. Is there some general problem with "nested ajax"?
Thank you, Jiri
Ajax Tabs Content Script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
Hello,
I have a few problems. The less problem one is the caching - I made :
this.enabletabpersistence=false
ddajaxtabssettings.bustcachevar=0
but when I return to the page with tabs the last selected tab is displayed, not the default one.
When ddajaxtabssettings.bustcachevar=0 has been set to 1 originally, I had errors in log about number greater than max integer, which has to be converted to integer (java.lang.NumberFormatException)
But the bigger problem is with another ajax code inside one tab. I have your tab solution and in one tab, I have two select boxes and the second one select box is filled by selecting the first one. When the page is displayed outside the tab as standalone page, it works, but when it is in tab, it does not. Is there some general problem with "nested ajax"?
Thank you, Jiri