Re: Wicket6 setResponsePage() stackoverflow error.

2014-11-26 Thread Milind
Got one link: http://w3facility.org/question/stackoverflowerror-upon-running-project/ but when when its changed to tomcat 7.0.52 then also i got the same error. -- View this message in context:

Re: Wicket6 setResponsePage() stackoverflow error.

2014-11-26 Thread Martin Grigorov
Put a breakpoint and see what kind of instance is the request wrapper that Mark says is problematic. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Nov 26, 2014 at 1:25 PM, Milind m.gaw...@maxxton.com wrote: Got one link:

Re: IPageRendererProvider - HTTP 500 issue

2014-11-26 Thread Wayne W
Hi Sven, Well that might explain a lot then! We hired someone to do the migration from wicket 1.4 to 6 for us as we didn't have time or the expertise with the latest version. Previously we used : getRequestCycle().setRequestTarget(new RedirectRequestTarget()) and the consultant replaced that