webtier@glassfish.java.net

Re: [webtier] Why does a valueChangeListener cause a commandButton to be clicked twice?

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Tue, 26 Aug 2008 15:01:25 -0700

webtier_at_javadesktop.org wrote:
> I have a page with a backing bean in session scope. When I add a valueChangeListener to the page, the user has to click the commandButton twice to run the actionListener.
>
> Why does adding a valueChangeListener cause a commandButton to be clicked twice in order to run the actionListener?
>
> Is there a better way or a way to solve this?
>
> Thanks,
>
> --Todd
> [Message sent by forum member 'jtp51' (jtp51)]
>
> http://forums.java.net/jive/thread.jspa?messageID=295442
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: webtier-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: webtier-help_at_glassfish.dev.java.net
>
>
Can you send an example of the view you're having trouble with?