if (selectedTabId) {
> var selectedTabWidget = dojo.widget.byId("selectedTabId");
> if (selectedTabWidget ) {
> var tabbedContainerWidget = dojo.widget.byId("tabContainerId");
> tabbedContainerWidget.selectTab(selectedTabWidget);
> }
>}
> }
>
>
>
> ---
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
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
3 matches
Mail list logo