You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2006/02/21 23:09:29 UTC

[jira] Created: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

t:selectOneRadio and t:radio should do the same when check the selected item
----------------------------------------------------------------------------

         Key: TOMAHAWK-152
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-152
     Project: MyFaces Tomahawk
        Type: Bug
    Versions: 1.1.2-SNAPSHOT    
    Reporter: Volker Weber
 Assigned to: Volker Weber 
    Priority: Minor
     Fix For: 1.1.2-SNAPSHOT


The check for selected is difference between layout=spread and other:
On pageDirection and lineDirection layout the stringvalues are checked
and on spread layout the real value objects are checked.

This results in different behavior when using 

<f:selectItem itemValue="true" itemLabel="True" />



-- 
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: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

Posted by "sean schofield (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=comments#action_12367291 ] 

sean schofield commented on TOMAHAWK-152:
-----------------------------------------

Can you help us by testing Volker's patch?

> t:selectOneRadio and t:radio should do the same when check the selected item
> ----------------------------------------------------------------------------
>
>          Key: TOMAHAWK-152
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-152
>      Project: MyFaces Tomahawk
>         Type: Bug
>   Components: selectOneRadio / radio
>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Volker Weber
>     Assignee: Volker Weber
>     Priority: Minor
>      Fix For: 1.1.2-SNAPSHOT
>  Attachments: HtmlRadioRenderer.diff
>
> The check for selected is difference between layout=spread and other:
> On pageDirection and lineDirection layout the stringvalues are checked
> and on spread layout the real value objects are checked.
> This results in different behavior when using 
> <f:selectItem itemValue="true" itemLabel="True" />

-- 
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] Resolved: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=all ]
     
Volker Weber resolved TOMAHAWK-152:
-----------------------------------

    Resolution: Fixed

patch applied

> t:selectOneRadio and t:radio should do the same when check the selected item
> ----------------------------------------------------------------------------
>
>          Key: TOMAHAWK-152
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-152
>      Project: MyFaces Tomahawk
>         Type: Bug
>   Components: selectOneRadio / radio
>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Volker Weber
>     Assignee: Volker Weber
>     Priority: Minor
>      Fix For: 1.1.2-SNAPSHOT
>  Attachments: HtmlRadioRenderer.diff
>
> The check for selected is difference between layout=spread and other:
> On pageDirection and lineDirection layout the stringvalues are checked
> and on spread layout the real value objects are checked.
> This results in different behavior when using 
> <f:selectItem itemValue="true" itemLabel="True" />

-- 
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] Closed: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=all ]
     
Volker Weber closed TOMAHAWK-152:
---------------------------------


> t:selectOneRadio and t:radio should do the same when check the selected item
> ----------------------------------------------------------------------------
>
>          Key: TOMAHAWK-152
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-152
>      Project: MyFaces Tomahawk
>         Type: Bug
>   Components: selectOneRadio / radio
>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Volker Weber
>     Assignee: Volker Weber
>     Priority: Minor
>      Fix For: 1.1.2-SNAPSHOT
>  Attachments: HtmlRadioRenderer.diff
>
> The check for selected is difference between layout=spread and other:
> On pageDirection and lineDirection layout the stringvalues are checked
> and on spread layout the real value objects are checked.
> This results in different behavior when using 
> <f:selectItem itemValue="true" itemLabel="True" />

-- 
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: (TOMAHAWK-152) t:selectOneRadio and t:radio should do the same when check the selected item

Posted by "Colin Sharples (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-152?page=comments#action_12367282 ] 

Colin Sharples commented on TOMAHAWK-152:
-----------------------------------------

This has caused me problems, so I would definitely like to see this fixed. I managed to get round this by fiddling with my converter, but I'd rather see the renderer fixed.

> t:selectOneRadio and t:radio should do the same when check the selected item
> ----------------------------------------------------------------------------
>
>          Key: TOMAHAWK-152
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-152
>      Project: MyFaces Tomahawk
>         Type: Bug
>   Components: selectOneRadio / radio
>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Volker Weber
>     Assignee: Volker Weber
>     Priority: Minor
>      Fix For: 1.1.2-SNAPSHOT
>  Attachments: HtmlRadioRenderer.diff
>
> The check for selected is difference between layout=spread and other:
> On pageDirection and lineDirection layout the stringvalues are checked
> and on spread layout the real value objects are checked.
> This results in different behavior when using 
> <f:selectItem itemValue="true" itemLabel="True" />

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