↧
From: | Rick Strahl |
To: | Geoff Bannoff |
I need a better repro for this.
Can you check out the sample application and try the tab page example? It basically does this - it has button on one of the pages and when clicked posts the data to the page. Here for me it returns back to the same tab.
+++ rick ---
When one of the tab pages, say the 5th tab, has a wwWebButton, and that button is clicked, the 'SelectedTab' property appears to get lost. When the page refreshes, the 1st tab is selected, rather than the 5th tab that the user was working with.
If I put in an explicit
this.tabCONTROL.selectedtab="tabActions"
Any ideas on how to make this work like it used to?
.. Geoff