Tab event in Prototype Builder
I created a tabpanel and can't seem to get a button to navigate me from one tab to the next.
When I preview the HTML, it lets me click the various tabs and shows the hash value for each tab in the URL bar. When I attempt to navigate to that hash directly it just loads with the first tab active.
I discovered this strange hash behavior when I attached an event to a button attempting to go to the #j_108 (etc) URL and nothing happened.
Is there a way to control the tabs via events other than directly clicking on the tabpanel control?
Thanks.