webtier@glassfish.java.net

JSF 2.0 Ajax Error

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Sat, 14 Feb 2009 13:04:53 -0500

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