problem regarding tabset
Hi all,
i am using tabset in my application.what i need is to keep the focus on a particular tab whenever a particular page is loaded . i have used the following code:
tabset1.setSelected("tab1");
but still the focus remains on the tab which had the focus during design time.Is there any solution to keep the focus dynamically.
waiting for a reply,
rpk

