Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 26907 invoked from network); 19 Oct 2006 20:26:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 20:26:59 -0000 Received: (qmail 4945 invoked by uid 500); 19 Oct 2006 20:26:53 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 4778 invoked by uid 500); 19 Oct 2006 20:26:53 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 4767 invoked by uid 99); 19 Oct 2006 20:26:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 13:26:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [204.214.85.195] (HELO klkurz.com) (204.214.85.195) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 13:26:52 -0700 Received: from [127.0.0.1] by klkurz.com (MDaemon PRO v9.0.1) with ESMTP id md50000061771.msg for ; Thu, 19 Oct 2006 16:26:31 -0400 Message-ID: <4537DF35.2090103@klkurz.com> Date: Thu, 19 Oct 2006 16:25:25 -0400 From: Jeff Bischoff User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: Strange ValueChangeListener effect References: <25527959.136611160942079899.JavaMail.webmail@ps1zhb.bluewin.ch> In-Reply-To: <25527959.136611160942079899.JavaMail.webmail@ps1zhb.bluewin.ch> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: jbischoff@klkurz.com X-Spam-Processed: klkurz.com, Thu, 19 Oct 2006 16:26:31 -0400 (not processed: message from valid local sender) X-MDRemoteIP: 201.201.10.112 X-Return-Path: jbischoff@klkurz.com X-MDaemon-Deliver-To: users@myfaces.apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Have you tried simply "submit()" rather than "this.form.submit()" ? urswagner@bluemail.ch wrote: > If I select the item of the fist listbox both ValueChangeListeners > are called. If I select the item in the second listbox only the > ValueChangeListener of the first listbox is called. If I select a > second time the item in the second listbox no valueChangeListener is > called. > What can I do to fix this effect? > > > > onchange="this.form.submit()" > valueChangeListener="#{sell.assortmentChange}"> > > > > onchange="this.form.submit()" > valueChangeListener="#{sell.categoryChange}"> > > > > > > >