Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 40139 invoked from network); 15 Feb 2006 19:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Feb 2006 19:02:14 -0000 Received: (qmail 58897 invoked by uid 500); 15 Feb 2006 19:02:07 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 58803 invoked by uid 500); 15 Feb 2006 19:02:06 -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 58720 invoked by uid 99); 15 Feb 2006 19:02:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2006 11:02:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brunoaranda@gmail.com designates 66.249.92.194 as permitted sender) Received: from [66.249.92.194] (HELO uproxy.gmail.com) (66.249.92.194) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2006 11:02:04 -0800 Received: by uproxy.gmail.com with SMTP id c2so333603ugf for ; Wed, 15 Feb 2006 11:01:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dcRAqyaH57xiIneHNAUH2GAodGReKZPjFvXpdU6hjbBHsHVexT/dtmG7i0cLlbcEPdUBUQpPSrJHrnMbKT3cyiMadC2AbGS8/rlBKd3g9qOMKwoBT9TGhzpxD1e3fPqXQX+cXLUmCTkNjkUrsga+ZUQQviCdYUOuYh91mvj2MZg= Received: by 10.48.237.3 with SMTP id k3mr8602nfh; Wed, 15 Feb 2006 11:01:42 -0800 (PST) Received: by 10.48.157.8 with HTTP; Wed, 15 Feb 2006 11:01:42 -0800 (PST) Message-ID: <1a681ff20602151101m53137befo443d8566c7f1178d@mail.gmail.com> Date: Wed, 15 Feb 2006 20:01:42 +0100 From: Bruno Aranda To: MyFaces Discussion Subject: Re: Picklist problem In-Reply-To: <43F227BD.5010000@lukesch.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F227BD.5010000@lukesch.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There was a bug in the picklist which I have fixed now. You can get the fixed component from the SVN sources or in the next nightly build. Thanks for reporting! Bruno On 2/14/06, Stefan Lukesch wrote: > Hi, > > I'm just building a user management interface using myfaces. For > managing the group memberships of a user I'm using the picklist aka > selectManyPickList. > > So far it's working fine, but evertime I'm updating the userinformation > without changing something in the picklist, no values are returned by > the picklist (although there values on the ritght side) and therefor my > user is removed from all groups. If I make some changes in the list or > just remove one entry and than add it again it works fine. > > Can someone help me out of this problem? > > Best regards > Stefan > > >