AW: Is it possible to have some sort of a controller in wicket

2009-03-12 Thread Christian Helmbold
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

Re: Is it possible to have some sort of a controller in wicket

2009-03-12 Thread Igor Vaynberg
wrote: > > Is it possible to have some sort of a controller in wicket? > > i have a situation where i want to map a url to a controller sort of thing > and based on certain conditions i want to redirect the user to different > pages. > > for example > > all request to app

Is it possible to have some sort of a controller in wicket

2009-03-12 Thread rag...@directi
Is it possible to have some sort of a controller in wicket? i have a situation where i want to map a url to a controller sort of thing and based on certain conditions i want to redirect the user to different pages. for example all request to application.com/ should to go a controller and