From adffaces-user-return-2472-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Sat Mar 24 17:52:47 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 84614 invoked from network); 24 Mar 2007 17:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Mar 2007 17:52:47 -0000 Received: (qmail 11653 invoked by uid 500); 24 Mar 2007 17:52:54 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 11633 invoked by uid 500); 24 Mar 2007 17:52:53 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 11624 invoked by uid 99); 24 Mar 2007 17:52:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 10:52:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of iamnoah@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2007 10:52:44 -0700 Received: by an-out-0708.google.com with SMTP id b2so1629671ana for ; Sat, 24 Mar 2007 10:52:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fNWh6jYLgQPhOb5EUsm84Y+nIceB/a83JMLsJ4otlqkn9/ueO+LecOokbu5issbv3WF2AhnkdsCXQ6a//ShX2bxrwoa5QYibxsgYveI6bCPfZM0h5FKeNUd2SDCzWSRwNcj7HNekt34B1Ee6qTTf6o2faxVrkjgvWxzaBFX3zhk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XIZRLXsFf4Gcvhl9lik83p8ZtOjHtbXTanifhxe7lo0et08Q1THEkDKJTRC3DJXsvw40ZxbDu8fqz9Q+eyP4H2vV9IkRKAB3LN/cEk5jxrpCIdxhn0rNOzHXE1Rik6g11eaO9nHoRoc60Ae5F0jdZrI2QZMNnEHjDHcBs+G/J6M= Received: by 10.100.191.5 with SMTP id o5mr3664004anf.1174758743600; Sat, 24 Mar 2007 10:52:23 -0700 (PDT) Received: by 10.100.47.13 with HTTP; Sat, 24 Mar 2007 10:52:23 -0700 (PDT) Message-ID: <68e8c72e0703241052r5b4dd6b2v533dfeb6c5f7aee4@mail.gmail.com> Date: Sat, 24 Mar 2007 12:52:23 -0500 From: noah To: adffaces-user@incubator.apache.org Subject: Re: PanelRadio Difficulties In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Just a guess: Is immediate="true" set on your showDetailItems? On 3/23/07, Chris Gibbons wrote: > I'm running into difficulties with the PanelRadio (or any of the similar > type components) on a page that has required="true" components. If > these components are empty the PanelRadio control doesn't work, it > doesn't switch the contents, however if these are populated, everything > works normally. This wouldn't be such a huge issue, but it doesn't > display the validation errors on the page. If you click the second > panelRadio button, it will just not accept this selection and go back to > the first selection. Is this a bug or is this a design feature? I need > to be able to get around it, I still want the validation to work on the > form submit, just not on the PPR. > > > > > > Chris > >