You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jing Wu (JIRA)" <de...@myfaces.apache.org> on 2010/11/04 18:39:42 UTC

[jira] Created: (TRINIDAD-1954) update document on "select" attribute of SelectBoolean component

update document on "select" attribute of SelectBoolean component
----------------------------------------------------------------

                 Key: TRINIDAD-1954
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1954
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Documentation
         Environment: environment independent.
            Reporter: Jing Wu
            Priority: Minor


The current description of "selected" attribute on component SelectBoolean says:

whether or not the component is currently selected.  This is a typesafe alias for the "value" attribute.

We should clarify that "selected" should not be used together with "value" attribute since it will cause conflict if they are bound to different EL expressions.  So the description should be changed to:

whether or not the component is currently selected.  This is a typesafe alias for the "value" attribute. Note that "selected" and "value" attributes should not be used at the same time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1954) update document on "select" attribute of SelectBoolean component

Posted by "Gabrielle Crawford (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabrielle Crawford updated TRINIDAD-1954:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0.4-core 
           Status: Resolved  (was: Patch Available)

> update document on "select" attribute of SelectBoolean component
> ----------------------------------------------------------------
>
>                 Key: TRINIDAD-1954
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1954
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Documentation
>         Environment: environment independent.
>            Reporter: Jing Wu
>            Priority: Minor
>             Fix For: 2.0.0.4-core 
>
>         Attachments: selectedAttribute.patch
>
>
> The current description of "selected" attribute on component SelectBoolean says:
> whether or not the component is currently selected.  This is a typesafe alias for the "value" attribute.
> We should clarify that "selected" should not be used together with "value" attribute since it will cause conflict if they are bound to different EL expressions.  So the description should be changed to:
> whether or not the component is currently selected.  This is a typesafe alias for the "value" attribute. Note that "selected" and "value" attributes should not be used at the same time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1954) update document on "select" attribute of SelectBoolean component

Posted by "Jing Wu (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jing Wu updated TRINIDAD-1954:
------------------------------

    Status: Patch Available  (was: Open)

> update document on "select" attribute of SelectBoolean component
> ----------------------------------------------------------------
>
>                 Key: TRINIDAD-1954
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1954
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Documentation
>         Environment: environment independent.
>            Reporter: Jing Wu
>            Priority: Minor
>         Attachments: selectedAttribute.patch
>
>
> The current description of "selected" attribute on component SelectBoolean says:
> whether or not the component is currently selected.  This is a typesafe alias for the "value" attribute.
> We should clarify that "selected" should not be used together with "value" attribute since it will cause conflict if they are bound to different EL expressions.  So the description should be changed to:
> whether or not the component is currently selected.  This is a typesafe alias for the "value" attribute. Note that "selected" and "value" attributes should not be used at the same time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.