Put a breakpoint at WebPageRenderer#respond() and see. It is not always possible to use ONE_PASS_RENDER because in this case the Url in the address bar will become invalid for the currently renderer page. And then if for example your user use F5 to refresh the page he will see completely different page then the one (s)he just had.
On Thu, Aug 30, 2012 at 2:42 AM, sudeivas <[email protected]> wrote: > is it possible to find why its not using 'ONE_PASS_RENDER' ? I just want to > make sure that I am not missing any configuration. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/WARN-Falling-back-to-Redirect-To-Buffer-render-tp4651567p4651622.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
