Re: [Wicket-user] Ajax request 'hangs' on Safari (Wicket 2.0)

2006-09-10 Thread Adam Smyczek
The zip file
http://home.comcast.net/~adamsmyczek/tooltip.zip
contains the code and a quickstart example for wicket 2.0.
It is a small tooltip implementation.

Thank you,

Adam



On Sep 9, 2006, at 11:44 AM, Eelco Hillenius wrote:

> I can't reproduce this. All Ajax examples (wicket-examples/ajax) work
> fine with Safari (2.0.4) for me. Maybe you could give us a code sample
> of the thing that fails with you?
>
> Eelco
>
>
> On 9/9/06, Adam Smyczek <[EMAIL PROTECTED]> wrote:
>> Hi All,
>>
>> I have an ajax problem on Safari browser. When I update a component
>> using AbstractDefaultAjaxBehavior the ajax log
>> looks like following:
>>
>> -- begin --
>> INFO:
>> INFO: Initiating Ajax GET request on /quickstart/app?
>> wicket:interface=:
>> 1:tooltip2Trigger:tooltip2Border::IBehaviorListener&wicket:behaviorId 
>> =0&
>> random=0.4174859744578069
>> INFO: Invoking pre-call handler(s)...
>> INFO: Received ajax response (686 characters)
>> INFO:
>> > id="tooltip2Trigger_tooltip2Border"  encoding="wicket1" >
>> INFO: Response parsed. Now invoking steps...
>> -- end --
>>
>> It looks like the response cannot be processed correctly and
>> javascript 'hangs' because on every following request I get the
>> 'Chanel busy - postponing...' message.
>>
>> On Firefox everything works fine. To compare following is the ajax  
>> log:
>>
>> -- begin--
>> INFO:
>> INFO: Initiating Ajax GET request on /quickstart/app?
>> wicket:interface=:
>> 2:tooltip2Trigger:tooltip2Border::IBehaviorListener&wicket:behaviorId 
>> =0&
>> random=0.9799105785595497
>> INFO: Invoking pre-call handler(s)...
>> INFO: Received ajax response (686 characters)
>> INFO:
>> > id="tooltip2Trigger_tooltip2Border"  encoding="wicket1" >
>> INFO: Response parsed. Now invoking steps...
>> INFO: Response processed successfully.
>> INFO: Invoking post-call handler(s)...
>> -- end --
>>
>> Any idea what could be wrong with this response?
>>
>> Regards,
>> Adam
>>
>>
>>
>>
>>
>>
>> - 
>> 
>> Using Tomcat but need to do more? Need to support web services,  
>> security?
>> Get stuff done quickly with pre-integrated technology to make your  
>> job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
>> Geronimo
>> http://sel.as-us.falkag.net/sel? 
>> cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>
> -- 
> ---
> Using Tomcat but need to do more? Need to support web services,  
> security?
> Get stuff done quickly with pre-integrated technology to make your  
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Ajax request 'hangs' on Safari (Wicket 2.0)

2006-09-09 Thread Eelco Hillenius
I can't reproduce this. All Ajax examples (wicket-examples/ajax) work
fine with Safari (2.0.4) for me. Maybe you could give us a code sample
of the thing that fails with you?

Eelco


On 9/9/06, Adam Smyczek <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have an ajax problem on Safari browser. When I update a component
> using AbstractDefaultAjaxBehavior the ajax log
> looks like following:
>
> -- begin --
> INFO:
> INFO: Initiating Ajax GET request on /quickstart/app?
> wicket:interface=:
> 1:tooltip2Trigger:tooltip2Border::IBehaviorListener&wicket:behaviorId=0&
> random=0.4174859744578069
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (686 characters)
> INFO:
>  id="tooltip2Trigger_tooltip2Border"  encoding="wicket1" >
> INFO: Response parsed. Now invoking steps...
> -- end --
>
> It looks like the response cannot be processed correctly and
> javascript 'hangs' because on every following request I get the
> 'Chanel busy - postponing...' message.
>
> On Firefox everything works fine. To compare following is the ajax log:
>
> -- begin--
> INFO:
> INFO: Initiating Ajax GET request on /quickstart/app?
> wicket:interface=:
> 2:tooltip2Trigger:tooltip2Border::IBehaviorListener&wicket:behaviorId=0&
> random=0.9799105785595497
> INFO: Invoking pre-call handler(s)...
> INFO: Received ajax response (686 characters)
> INFO:
>  id="tooltip2Trigger_tooltip2Border"  encoding="wicket1" >
> INFO: Response parsed. Now invoking steps...
> INFO: Response processed successfully.
> INFO: Invoking post-call handler(s)...
> -- end --
>
> Any idea what could be wrong with this response?
>
> Regards,
> Adam
>
>
>
>
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user