Re: Tabbed Panel and useSelectedTabCookie

2007-12-12 Thread quinquin2209
if (selectedTabId) { > var selectedTabWidget = dojo.widget.byId("selectedTabId"); > if (selectedTabWidget ) { > var tabbedContainerWidget = dojo.widget.byId("tabContainerId"); > tabbedContainerWidget.selectTab(selectedTabWidget); > } >} > } > > > > ---

Re: Tabbed Panel and useSelectedTabCookie

2007-12-11 Thread Jeromy Evans
quinquin2209 wrote: I have tried to store the last selected tab by setting useSelectedTabCookie=true. It works fine as long as the tab remains. However, problem occurs when the last selected is removed as follow: 1. User select tab "B" 2. In the jsp, remove the tab with id "B" 3. Refresh the bro

Tabbed Panel and useSelectedTabCookie

2007-12-11 Thread quinquin2209
browser Javascript error throw when the above steps are performed. Is there any way to solve it?? -- View this message in context: http://www.nabble.com/Tabbed-Panel-and-useSelectedTabCookie-tp14288927p14288927.html Sent from the Struts - User mailing list a