AjaxTabPanel stateless is possible?

2012-11-26 Thread Paolo
I would the url of my site without pageId ?2 or ?3 etc. I know that to do this I need to make the page stateless, so I did it for all my pages. But one page have 2 tabs, using AjaxTabbedPanel. I tried to use simple TabbedPanel, but it is not usefull, because so I have that all the page is

Re: AjaxTabPanel stateless is possible?

2012-11-26 Thread Martin Grigorov
Hi, I think it is possible but I haven't tried it. TabbedPanel can easily become stateless by using BookmarkablePageLink. AjaxTabbedPanel will need more work. You need to use https://github.com/jolira/wicket-stateless and maybe even add your own Ajax behaviors which work like the ones in this