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

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

2009-03-12 Thread Igor Vaynberg
sure, its called a servlet :) in 1.5 we are building a more flexible url handling infrastructure that will let you do such things, in 1.4 its probably the easiest with a servlet or a filter that redirects to different bookmarkable urls. -igor On Thu, Mar 12, 2009 at 9:51 AM, rag...@directi

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