Hi.

I am trying to upgrade an application from wicket 1.3.3 to 1.3.4 or .5
some tests I have failse couse the new BaseWicketTester implementation
treat the AjaxLink in a different way that results in
RequestCycle.onBeginRequest to be called two times:

callOnBeginRequest(requestCycle);
processRequestCycle(requestCycle);

In the other statement of the clickLink, this does not happen.

Any idea on why it works this way?

-- 
Daniele Dellafiore
http://blog.ildella.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to