From adffaces-issues-return-1059-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Sat Sep 23 20:13:07 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 22624 invoked from network); 23 Sep 2006 20:13:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2006 20:13:07 -0000 Received: (qmail 91623 invoked by uid 500); 23 Sep 2006 20:13:07 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 91556 invoked by uid 500); 23 Sep 2006 20:13:06 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 91547 invoked by uid 99); 23 Sep 2006 20:13:06 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Sep 2006 13:13:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:42563] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id C9/D0-04426-25595154 for ; Sat, 23 Sep 2006 13:13:06 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6EDED4190CE for ; Sat, 23 Sep 2006 20:09:23 +0000 (GMT) Message-ID: <16350842.1159042163451.JavaMail.jira@brutus> Date: Sat, 23 Sep 2006 13:09:23 -0700 (PDT) From: "Piyush Hari (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA In-Reply-To: <6588139.1158795742352.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ] Piyush Hari updated ADFFACES-187: --------------------------------- Attachment: patch_sept23_12_58PM_panelRadio.patch I am submitting a patch (patches\patch_sept23_12_58PM_panelRadio.patch) that resolves this issue. panelRadio works on IE Mobile, PIE and BB when this patch is applied. Major changes include including a hidden 'event' input type element for BB in FormRenderer.java. Others include submiting form in a non PPR fashion for PIE and IE Mobile. PPR does not occur succesfully because of lack of innerHTML support on table component. > fix 'panelRadio' component for PDA > ---------------------------------- > > Key: ADFFACES-187 > URL: http://issues.apache.org/jira/browse/ADFFACES-187 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Environment: PDA > Reporter: Piyush Hari > Priority: Minor > Attachments: patch_sept23_12_58PM_panelRadio.patch > > > The panelRadio control can be used to display a group of contents belonging to a showDetailItem. Radio buttons with each individual radio button representing a showDetailItem child is displayed. The radio button control corresponding to showDetailItem that is disclosed is shown as selected and contents of selected showDetailItem is displayed. If none of the showDetailItem children are selected, the first showDetailItem that is enabled is considered to be selected. > This component is currently not supported on PDAs. Although it displays on a PDA, selecting any radio does not perform an action. However, it works fine for desktop applications. > Thus, I propose fixing "panelRadio" component in trinidad for PDAs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira