Wicket 1.4.9's Ajax doesn't work in Internet Explorer; in particular,
AjaxFallbackButtons fall back to non-Ajax POSTs, and the Wicket Debug
"window" is never seen.
In 1.4.17, Ajax is still broken, but the fallback never happens, because
Ajax sort-of works: the the Wicket Debug "window" doe show up, and when
the AjaxFallbackButton is clicked, a attempt is made to to XMLHTTP, but
fails with "Automation server can't create object".
This looks like the same bug as reported in
https://issues.apache.org/jira/browse/WICKET-3887 and
https://issues.apache.org/jira/browse/WICKET-1432. It's apparently fixed
in 1.5, but while bug 3887 is claimed to be fixed in 1.4.18, the latest
snapshot exhibits the same behavior as 1.4.17.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]