carbonbasednerd wrote:
> I saw there was another message posted about this being a problem with ff
> 1.0.6 and the wikki states that ff 1.5* has only been verified working with
> ajax.  That being said, I'm using ff 2.0.04 and I am occasionally getting
> this error:
> 
> Error: [Exception... "Component returned failure code: 0x80040111
> (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]"  nsresult: "0x80040111
> (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame ::
> http://qa-major2:10001/resources/wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> :: anonymous :: line 626"  data: no]
> Source File:
> http://qa-major2:10001/resources/wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax.js
> Line: 626
> 
> the component this is happening on is a home grown nested paging table.  
> When the page loads the first time there is no problem.  When we use our
> paging controls(which extend the AjaxPagingNavigator) is when we will
> occasionally see this happening. And once this error happens, the links to
> expand the row (not surprisingly) return wicketAjaxGet is not defined.
> Any ideas where I should look to figure this out?
> 
> * may be nothing but it seems like this issue only happens on pages that
> also use the datepicker.
> 
> thanks in advance for the help.

Think this bug is "fixed" in trunk (1.3.0-SNAPSHOT). It happens when you 
try to get the status of an AJAX response that has failed. The reason 
for failure is another matter.

The AjaxEditableLabel component is currently suffering from this when 
you push the escape key in Firefox (see WICKET-520). I'm having a hard 
time figuring out why it doesn't work.

Al

-- 
Alastair Maw
Wicket-biased blog at http://herebebeasties.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to