You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Riyad Kalla <rk...@gmail.com> on 2010/02/08 18:42:22 UTC

Re: TabbedPanel replaced by AjaxTabbedPanel shows request NS_BINDING_ABORTED

Kulbhushan,

I think this is the result of Wicket using abort() calls on the
recycled XMLHttpRequest objects that are pooled as discussed here?
http://old.nabble.com/Ajax-request-bug--td27324473.html#a27327789



On Mon, Feb 8, 2010 at 3:17 AM, Kulbhushan Sharma
<kb...@yahoo.com> wrote:
> Hello,
>
> I have the following code to implement a Ajax Tabbed Panel.
>
> public class TBPage extends WebPage{
>
>    public TBPage() {
>        AjaxTabbedPanel tabPanel = null;
>        List tabs = new ArrayList<AbstractTab>(2);
>
>        tabs.add(new TabOne());
>        tabs.add(new TabTwo());
>
>        tabPanel = new AjaxTabbedPanel("tabs", tabs);
>        this.add(tabPanel);
>
>
>    }
>
> }
>
> When I access this page with FireFox and with HTTPFox enabled --- everytime I click on a Tab I get NS_BINDING_ABORTED as return status of the request before the tab appears. If I just replace AjaxTabbedPanel by TabbedPanel there is no such problem --- but obviously the whole page refreshes and I do not want that.
>
> Please note, all functionality works fine --- but I am concerned that this error may be root cause of something else. The link http://markmail.org/message/m6z77uoixf3qu7u6 tells us some request was aborted --- but what is that?
>
> Thanks for your response in advance.
>
> Regards,
> Kulbhushan
>
>
>
>      Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/

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


Re: TabbedPanel replaced by AjaxTabbedPanel shows request NS_BINDING_ABORTED

Posted by Riyad Kalla <rk...@gmail.com>.
No problem.

On Mon, Feb 8, 2010 at 11:02 PM, Kulbhushan Sharma
<kb...@yahoo.com> wrote:
> Riyad, thanks for the explaination and the links.
>
>
>
>
>
> ________________________________
> From: Riyad Kalla <rk...@gmail.com>
> To: users@wicket.apache.org
> Sent: Mon, 8 February, 2010 11:12:22 PM
> Subject: Re: TabbedPanel replaced by AjaxTabbedPanel shows request  NS_BINDING_ABORTED
>
> Kulbhushan,
>
> I think this is the result of Wicket using abort() calls on the
> recycled XMLHttpRequest objects that are pooled as discussed here?
> http://old.nabble.com/Ajax-request-bug--td27324473.html#a27327789
>
>
>
> On Mon, Feb 8, 2010 at 3:17 AM, Kulbhushan Sharma
> <kb...@yahoo.com> wrote:
>> Hello,
>>
>> I have the following code to implement a Ajax Tabbed Panel.
>>
>> public class TBPage extends WebPage{
>>
>>    public TBPage() {
>>        AjaxTabbedPanel tabPanel = null;
>>        List tabs = new ArrayList<AbstractTab>(2);
>>
>>        tabs.add(new TabOne());
>>        tabs.add(new TabTwo());
>>
>>        tabPanel = new AjaxTabbedPanel("tabs", tabs);
>>        this.add(tabPanel);
>>
>>
>>    }
>>
>> }
>>
>> When I access this page with FireFox and with HTTPFox enabled --- everytime I click on a Tab I get NS_BINDING_ABORTED as return status of the request before the tab appears. If I just replace AjaxTabbedPanel by TabbedPanel there is no such problem --- but obviously the whole page refreshes and I do not want that.
>>
>> Please note, all functionality works fine --- but I am concerned that this error may be root cause of something else. The link http://markmail.org/message/m6z77uoixf3qu7u6 tells us some request was aborted --- but what is that?
>>
>> Thanks for your response in advance.
>>
>> Regards,
>> Kulbhushan
>>
>>
>>
>>      Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
>      Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/

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


Re: TabbedPanel replaced by AjaxTabbedPanel shows request NS_BINDING_ABORTED

Posted by Kulbhushan Sharma <kb...@yahoo.com>.
Riyad, thanks for the explaination and the links.





________________________________
From: Riyad Kalla <rk...@gmail.com>
To: users@wicket.apache.org
Sent: Mon, 8 February, 2010 11:12:22 PM
Subject: Re: TabbedPanel replaced by AjaxTabbedPanel shows request  NS_BINDING_ABORTED

Kulbhushan,

I think this is the result of Wicket using abort() calls on the
recycled XMLHttpRequest objects that are pooled as discussed here?
http://old.nabble.com/Ajax-request-bug--td27324473.html#a27327789



On Mon, Feb 8, 2010 at 3:17 AM, Kulbhushan Sharma
<kb...@yahoo.com> wrote:
> Hello,
>
> I have the following code to implement a Ajax Tabbed Panel.
>
> public class TBPage extends WebPage{
>
>    public TBPage() {
>        AjaxTabbedPanel tabPanel = null;
>        List tabs = new ArrayList<AbstractTab>(2);
>
>        tabs.add(new TabOne());
>        tabs.add(new TabTwo());
>
>        tabPanel = new AjaxTabbedPanel("tabs", tabs);
>        this.add(tabPanel);
>
>
>    }
>
> }
>
> When I access this page with FireFox and with HTTPFox enabled --- everytime I click on a Tab I get NS_BINDING_ABORTED as return status of the request before the tab appears. If I just replace AjaxTabbedPanel by TabbedPanel there is no such problem --- but obviously the whole page refreshes and I do not want that.
>
> Please note, all functionality works fine --- but I am concerned that this error may be root cause of something else. The link http://markmail.org/message/m6z77uoixf3qu7u6 tells us some request was aborted --- but what is that?
>
> Thanks for your response in advance.
>
> Regards,
> Kulbhushan
>
>
>
>      Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/

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


      Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/