the purpose is the clients want to reuse an existing wicket html page for some enhancement in a spring mvc flow of business. I am trying three ways "redirect:../[url]" , "redirect:[url]" and "/[url]" .The first two just kicks me out and return to the application home page which is coded by wicket. The last one is throwing stack trace of apache tiles which is used by spring mvc/spring web flow.
you are right, the wicket owns authentication functionality when a user logins the application. Maybe this is the root cause of kick out. Not sure if it could pass the entire session of authentication by some additional code or config file ? -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
