Re: What is the wicket 6 equivalent of ComponentRequestTarget?

2012-12-14 Thread Marios Skounakis
Thanks for the prompt reply Martin. I'm not migrating, I just found this code on the net and wanted to use it. Point taken though, I should look in the migration notes first... On Wed, Dec 12, 2012 at 12:00 PM, Martin Grigorov wrote: > cycle.scheduleRequestHandlerAfterCurrent(new ComponentRender

Re: What is the wicket 6 equivalent of ComponentRequestTarget?

2012-12-12 Thread Martin Grigorov
cycle.scheduleRequestHandlerAfterCurrent(new ComponentRenderingRequestHandl er(...)) This API has changed with Wicket 1.5. You may want to read its migration page since you migrate from older version directly to Wicket 6 On Wed, Dec 12, 2012 at 10:51 AM, Marios Skounakis wrote: > Hi all, > > I