You could use a different Servlet or ServletFilter as the central entry point 
for requests and redirect to bookmarkable Wicket-Pages. But to access a wicket 
session via HttpServlet interface from the outside is not exactly was is called 
elegant.

> 2) Also is it possible to map the tabs of the tabbed panel to dirrent urls
> like tab1 to application.com/tab1
> tab2 to application.com/tab2
> tab3 to application.com/tab3

You can use a tabbed panel with bookmarkable links. Coding state of the tabs 
into the URLs is a bit tricky and therefor a created a BookmarkableTabbedPanel:

http://code.google.com/p/wicket-skunkworks/source/browse/trunk/wicket-pagetabs/src/main/java/org/wicketskunkworks/tabs/BookmarkableTabbedPanel.java

As far as I have tested it, it works but it is still experimantal.

Regards
Christian





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to