Re: TabbedPanel replaced by AjaxTabbedPanel shows request NS_BINDING_ABORTED

2010-02-08 Thread Riyad Kalla
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-reques

Re: TabbedPanel replaced by AjaxTabbedPanel shows request NS_BINDING_ABORTED

2010-02-08 Thread Kulbhushan Sharma
Riyad, thanks for the explaination and the links. From: Riyad Kalla 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

Re: TabbedPanel replaced by AjaxTabbedPanel shows request NS_BINDING_ABORTED

2010-02-08 Thread Riyad Kalla
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 wrote: > Hello, > > I have the foll

TabbedPanel replaced by AjaxTabbedPanel shows request NS_BINDING_ABORTED

2010-02-08 Thread Kulbhushan Sharma
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(2); tabs.add(new TabOne()); tabs.add(new TabTwo()); tabPanel