You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Piyush Hari (JIRA)" <ad...@incubator.apache.org> on 2006/09/20 23:42:22 UTC

[jira] Created: (ADFFACES-187) fix 'panelRadio' component for PDA

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


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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Piyush Hari updated ADFFACES-187:
---------------------------------

    Attachment: patch_sept18_7_14PM_panelRadio.patch

I am providing the patch. (patch_sept18_7_14PM_panelRadio.patch). This makes panelRadio work on the following PDA devices namely, PIE, IE Mobile, and BlackBerry. 

major changes include submitting the form fully (instead of partially) and accessing html elements in a device specific way.



> 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_sept18_7_14PM_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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ 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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Piyush Hari updated ADFFACES-187:
---------------------------------

    Status: Patch Available  (was: Open)

> 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_sept18_7_14PM_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

        

[jira] Assigned: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Jeanne Waldman reassigned ADFFACES-187:
---------------------------------------

    Assignee: Jeanne Waldman

> 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
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>         Attachments: patch_sept23_12_58PM_panelRadio.patch, patch_sept27_2_48PM_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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Piyush Hari updated ADFFACES-187:
---------------------------------

    Comment: was deleted

> 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
>
> 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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Piyush Hari updated ADFFACES-187:
---------------------------------

    Status: Patch Available  (was: Open)

> 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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Piyush Hari updated ADFFACES-187:
---------------------------------

    Status: Open  (was: Patch Available)

> 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
>
> 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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-187:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> fix 'panelRadio' component for PDA
> ----------------------------------
>
>                 Key: ADFFACES-187
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-187
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>         Environment: PDA
>            Reporter: Piyush Hari
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: patch_sept23_12_58PM_panelRadio.patch, patch_sept27_2_48PM_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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Piyush Hari updated ADFFACES-187:
---------------------------------

    Attachment: patch_sept27_2_48PM_panelRadio.patch

I am attaching the patch for this issue that is consistent with the recent agent  API changes. (patch_sept27_2_48PM_panelRadio.patch)

> 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, patch_sept27_2_48PM_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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Jeanne Waldman updated ADFFACES-187:
------------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

committed patch

> 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
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>         Attachments: patch_sept23_12_58PM_panelRadio.patch, patch_sept27_2_48PM_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

        

[jira] Updated: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-187?page=all ]

Piyush Hari updated ADFFACES-187:
---------------------------------

    Attachment:     (was: patch_sept18_7_14PM_panelRadio.patch)

> 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
>
> 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

        

[jira] Commented: (ADFFACES-187) fix 'panelRadio' component for PDA

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-187?page=comments#action_12436785 ] 
            
Piyush Hari commented on ADFFACES-187:
--------------------------------------

This issue has been resolved. But, it has dependency on ADFFACES-167 issue. I am waiting till ADFFACES-167 gets reviewd and commited. I will submit the patch for this once thats done.



> 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
>
> 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