webtier@glassfish.java.net

Re: [webtier] Question about Jim Driscoll's Ajax EditText Component Example

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Sun, 08 Feb 2009 10:41:16 -0500

On Sat, 2009-02-07 at 20:58 -0800, Jim Driscoll wrote:

> what's the submitButton call doing on
> the same tag as the f:ajax tag?


Just found something interesting. I believe that the ActionListener is
somehow not being passed through to the editText tag, because when I try
to use the tag without the action listener (when it expects it) I get
the same behavior as when I pass one in. (NullPointer, etc)

--Lincoln