Re: Migrating WebRequestCycleProcessor from 1.4.x to 6.5.0

2013-05-07 Thread Igor Vaynberg
all these things can be accomplished from inside IRequestCycleListener -igor On Mon, May 6, 2013 at 10:26 PM, iamrakesh iamrakes...@rediffmail.com wrote: Hi, In resolve() method we're trying to catch handle InvalidUrlException to prevent exception due to multiple clicks on a button. In

Migrating WebRequestCycleProcessor from 1.4.x to 6.5.0

2013-05-06 Thread iamrakesh
Hi, I am trying migration code from wicket v1.4 to v6.5.0, I've a custom implementation of WebRequestCycleProcessor, on migration wiki page I read that WebRequestcycleProcessor is removed, is there any replacement for this class? Regards, Rakesh.A -- View this message in context:

Re: Migrating WebRequestCycleProcessor from 1.4.x to 6.5.0

2013-05-06 Thread iamrakesh
Hi, In resolve() method we're trying to catch handle InvalidUrlException to prevent exception due to multiple clicks on a button. In respond() method we're logging the request target [RequestCycle#getRequestTarget() value] and if it is of type AjaxRequestTarget we're trying to add components to