Hi all, We've built several tabbed panels, and we're in the process of converting them over the AjaxTabbedPanel subclasses. We really want RESTful URLS in our system, we're accomplishing this with mountpath on different pages as different tabs are selected. Is it possible to configure the AJAXTabbedPanel subclasses to update the browser URL to have the format
/<page name#tabName. This way the client browser won't refresh during the ajax call, and it can be rewritten via anchor tag syntax. However, when a user copy/pastes this URL to another user, I want the same tab to load. Can someone give me an example of how to go about this? Thanks, Todd
