I have a tabpanel setup with the necessary event handlers. When I select a specified tab, the user goes to the page correctly by navigating to the site by using code in the event handler that caught the activate event.
This new page is a list elements. The user selects one of these elements and is brought to a new page to edit/view the element details.
The tab is still active from step 1.
Is it possible, to click the already active tab and have the activate event fire again?
Currently, in my application the activate event does not fire when an active tab element
is already active.