« Return to Thread: Google Chrome & Wicket

Re: Google Chrome & Wicket

by cstein1206 :: Rate this Message:

Reply to Author | View in Thread

That's weird since I don't get anything (examples are from 1.4-m3). For me it seems like Chrome is handling the AJAX responses differently as it's always reporting 0 characters in the response.
Here's the full debug output of the modal window from Chrome when clicking on "Show modal dialog with a page":

INFO: Using XMLHttpRequest transport
INFO:
INFO: Initiating Ajax GET request on ?wicket:interface=:1:showModal1::IBehaviorListener:0:&random=0.8373860055580735
INFO: Invoking pre-call handler(s)...
INFO: Received ajax response (0 characters)
INFO:
ERROR: Error while parsing response: Could not find root <ajax-response> element
INFO: Invoking post-call handler(s)...
INFO: Invoking failure handler(s)...

HTH
-Chris

Matej Knopp-2 wrote:
Modal window seems to work fine for me, except that events are not
propagated when mouse is over iframe.
Tabbed panel works fine, so does editable label and clock example.

(tested with latest 1.4 examples)

-Matej

On Tue, Sep 2, 2008 at 11:53 PM, cstein1206 <cstein1206@yahoo.com> wrote:
>
> I have installed Google Chrome as well and found several Wicket extensions
> not working, namely
> - modal window
> - tabbed panels
> - editable label
> - clock example
>
> Maybe it's a bit too early for Chrome...
> --
> View this message in context: http://www.nabble.com/Google-Chrome---Wicket-tp19277005p19279190.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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

 « Return to Thread: Google Chrome & Wicket