Re: Wicket page has a redirect loop

2012-06-05 Thread paulstar
} .. } The problem is there are many 'new FormField()' codes, a big changes. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-page-has-a-redirect-loop-tp4649664p4649746.html Sent from the Users forum mailing list archive

Re: Wicket page has a redirect loop

2012-06-02 Thread Martin Grigorov
Hi, I guess 'markupProvider' is null. This is improved in 1.5.7 to not fail with NPE. But even in 1.5.7 your app will fail with : throw new MarkupNotFoundException("No Markup found for Fragment " + markupId + " in providing markup container " + getMarkupProvider(co

Re: Wicket page has a redirect loop

2012-06-01 Thread Thomas Götz
Hm, put a breakpoint in FragmentMarkupSourcingStrategy.java:143 and see what causes the NullPointerException. -Tom On 01.06.2012 at 19:08 paulstar wrote: > Caused by: java.lang.NullPointerException >at > org.apache.wicket.markup.html.panel.FragmentMarkupSourcingStrategy.getMarkup(Fr