You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Kočí (JIRA)" <de...@myfaces.apache.org> on 2010/09/14 14:54:33 UTC

[jira] Created: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value
-----------------------------------------------------------------------------------------------------------------------------------

                 Key: MYFACES-2920
                 URL: https://issues.apache.org/jira/browse/MYFACES-2920
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.2-SNAPSHOT
         Environment: myfaces trunk
            Reporter: Martin Kočí


>From JavaDoc UISelectOne/UISelectMany validateValue:

" ... Before comparing each option, coerce the option value type to the type of this component's value following the Expression Language coercion rules ..."

More here:
http://markmail.org/message/mfhyyiogaz73yfr4



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


[jira] Commented: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923645#action_12923645 ] 

Leonardo Uribe commented on MYFACES-2920:
-----------------------------------------

The patch looks good, +1 to commit it!

> UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2920
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2920
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: myfaces trunk
>            Reporter: Martin Kočí
>         Attachments: MYFACES-2920-v2.patch, MYFACES-2920.patch
>
>
> From JavaDoc UISelectOne/UISelectMany validateValue:
> " ... Before comparing each option, coerce the option value type to the type of this component's value following the Expression Language coercion rules ..."
> More here:
> http://markmail.org/message/mfhyyiogaz73yfr4

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


[jira] Commented: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

Posted by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923662#action_12923662 ] 

Jakob Korherr commented on MYFACES-2920:
----------------------------------------

Yes, it looks really good. +1 on committing it from me too!

> UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2920
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2920
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: myfaces trunk
>            Reporter: Martin Kočí
>         Attachments: MYFACES-2920-v2.patch, MYFACES-2920.patch
>
>
> From JavaDoc UISelectOne/UISelectMany validateValue:
> " ... Before comparing each option, coerce the option value type to the type of this component's value following the Expression Language coercion rules ..."
> More here:
> http://markmail.org/message/mfhyyiogaz73yfr4

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


[jira] Updated: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

Posted by "Martin Kočí (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Kočí updated MYFACES-2920:
---------------------------------

    Status: Patch Available  (was: Open)

> UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2920
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2920
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: myfaces trunk
>            Reporter: Martin Kočí
>         Attachments: MYFACES-2920.patch
>
>
> From JavaDoc UISelectOne/UISelectMany validateValue:
> " ... Before comparing each option, coerce the option value type to the type of this component's value following the Expression Language coercion rules ..."
> More here:
> http://markmail.org/message/mfhyyiogaz73yfr4

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


[jira] Commented: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

Posted by "Martin Kočí (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928228#action_12928228 ] 

Martin Kočí commented on MYFACES-2920:
--------------------------------------

patch applied in rev. 1030636

> UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2920
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2920
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: myfaces trunk
>            Reporter: Martin Kočí
>             Fix For: 2.0.3-SNAPSHOT
>
>         Attachments: MYFACES-2920-v2.patch, MYFACES-2920.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> From JavaDoc UISelectOne/UISelectMany validateValue:
> " ... Before comparing each option, coerce the option value type to the type of this component's value following the Expression Language coercion rules ..."
> More here:
> http://markmail.org/message/mfhyyiogaz73yfr4

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


[jira] Updated: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

Posted by "Martin Kočí (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Kočí updated MYFACES-2920:
---------------------------------

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

> UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2920
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2920
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: myfaces trunk
>            Reporter: Martin Kočí
>             Fix For: 2.0.3-SNAPSHOT
>
>         Attachments: MYFACES-2920-v2.patch, MYFACES-2920.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> From JavaDoc UISelectOne/UISelectMany validateValue:
> " ... Before comparing each option, coerce the option value type to the type of this component's value following the Expression Language coercion rules ..."
> More here:
> http://markmail.org/message/mfhyyiogaz73yfr4

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


[jira] Commented: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

Posted by "Martin Kočí (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923630#action_12923630 ] 

Martin Kočí commented on MYFACES-2920:
--------------------------------------

If no objections, I will commit the attached patch soon!

> UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2920
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2920
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: myfaces trunk
>            Reporter: Martin Kočí
>         Attachments: MYFACES-2920-v2.patch, MYFACES-2920.patch
>
>
> From JavaDoc UISelectOne/UISelectMany validateValue:
> " ... Before comparing each option, coerce the option value type to the type of this component's value following the Expression Language coercion rules ..."
> More here:
> http://markmail.org/message/mfhyyiogaz73yfr4

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