I tried to 'fix' 1582, but it appears to be blocked by WICKET-254.

Short summary:

wicket 1582: WicketTester#clickLink() doesn't do the same as
WicketTester#executeAjaxEvent()

This is easily fixed by performing setupRequestAndResponse() at the
start of executeAjaxEvent, which makes this method act in line with
all other WicketTester methods.

this kills WICKET-254 functionality and fails
WicketTesterTest#testToggleAjaxFormButton()

>From an API consistency, I'd suggest fixing 1582 and see how we can
accomodate 254, if at all. However, 1582 is easily worked around by
letting users call setupRequestAndResponse() themselves...

Any ideas? (Timo: you filed 254, perhaps you have some insights?)

Martijn
-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

Reply via email to