webtier@glassfish.java.net

Re: [webtier] JSF 2.0 Ajax Error

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Tue, 17 Feb 2009 08:59:26 -0800

Lincoln -

Can I ask you to start filing these as bugs? I'm worried I'll miss one
if we keep getting these via email.

I'll file this one as a bug myself. If nothing else, I think that http
0 error isn't the correct error to return - it's a can't reach failure,
which sounds wrong.

Jim

On 2/14/09 10:04 AM, Lincoln Baxter, III wrote:
> Hey Ajax Gurus,
>
> Steps to cause issue:
>
> 1. Attach an ajax event using the <f:ajax> tag to a field so that the
> onchange event will trigger.
> 2. Focus the cursor in that field, type something, then before leaving
> the input box.
> 3. Leaving the cursor in the field, click the form submit button.
> 4. the client side ajax will pop up with an "httpError 0" message.
>
> Thoughts?
> --Lincoln