Changing the location will reload the page. The only part that can be changed is the location.hash: #something via javascript.
On Fri, Oct 22, 2010 at 2:26 PM, Alexander Monakhov <domin...@gmail.com>wrote: > Hi, guys. > > I've got one page that contains AjaxTabbedPanel component. Each ITab > contains AjaxTabbedPanel. So, page contains tabs and subtabs. When > different > tabs selected, location path isn't changed. Could you suggest me how to > change location for every selected tab? > > For example, there are 'tab1' and 'tab2'. 'tab1' contains 'subtab1' and > 'subtab2', The same for 'tab2'. I'd like it to work as following: when user > selects tab1/subtab1 location line would contain > http://domain.com/tab1/subtab2, when user selects tab2/subtab1 location > line > would contain http://domain.com/tab2/subtab1, etc. > > Also, it would be great if user types http://domain.com/tab2/subtab1 in > location line and appropriated tab would be opened. > > Any idea how to make this? > > Best regards, Alexander. >