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 "Dave Brunette (JIRA)" <ad...@incubator.apache.org> on 2006/12/20 17:59:21 UTC

[jira] Created: (ADFFACES-336) convertNumber component does not work with a target type of BigDecimal

convertNumber component does not work with a target type of BigDecimal
----------------------------------------------------------------------

                 Key: ADFFACES-336
                 URL: http://issues.apache.org/jira/browse/ADFFACES-336
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Dave Brunette



With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
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-336) convertNumber component does not work with a target type of BigDecimal

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

Dave Brunette updated ADFFACES-336:
-----------------------------------

    Status: Patch Available  (was: Open)

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
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-336) convertNumber component does not work with a target type of BigDecimal

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-336?page=comments#action_12460010 ] 
            
Matthias Weßendorf commented on ADFFACES-336:
---------------------------------------------

Dave,

I'll have a look. thx!

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>         Assigned To: Matthias Weßendorf
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
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-336) convertNumber component does not work with a target type of BigDecimal

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

Dave Brunette updated ADFFACES-336:
-----------------------------------

    Status: Open  (was: Patch Available)

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
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-336) convertNumber component does not work with a target type of BigDecimal

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

Matthias Weßendorf commented on ADFFACES-336:
---------------------------------------------

after vacation, I'll look at it.

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>         Assigned To: Matthias Weßendorf
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (ADFFACES-336) convertNumber component does not work with a target type of BigDecimal

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

Dave Brunette updated ADFFACES-336:
-----------------------------------

    Status: Patch Available  (was: Open)

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
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-336) convertNumber component does not work with a target type of BigDecimal

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

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

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

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Dave Brunette
>         Assigned To: Matthias Weßendorf
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

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


[jira] Assigned: (ADFFACES-336) convertNumber component does not work with a target type of BigDecimal

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-336?page=all ]

Matthias Weßendorf reassigned ADFFACES-336:
-------------------------------------------

    Assignee: Matthias Weßendorf

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>         Assigned To: Matthias Weßendorf
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
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-336) convertNumber component does not work with a target type of BigDecimal

Posted by "Dave Brunette (JIRA)" <ad...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/ADFFACES-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462710 ] 

Dave Brunette commented on ADFFACES-336:
----------------------------------------


Hi Matthias.  How is it going with this patch?  Is there anything else I can/need to do to help out?

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>         Assigned To: Matthias Weßendorf
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (ADFFACES-336) convertNumber component does not work with a target type of BigDecimal

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

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

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

check the nbuild

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>         Assigned To: Matthias Weßendorf
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (ADFFACES-336) convertNumber component does not work with a target type of BigDecimal

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

Dave Brunette updated ADFFACES-336:
-----------------------------------

    Attachment: BaseConverter_BigDecimal.patch

> convertNumber component does not work with a target type of BigDecimal
> ----------------------------------------------------------------------
>
>                 Key: ADFFACES-336
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-336
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>         Attachments: BaseConverter_BigDecimal.patch
>
>
> With a convertNumber component in an inputText whose value is bound to a property type of BigDecimal in the bean, an Exception will occur when the page is submitted.  This works fine with property types of Double or Float, but fails with BigDecimal.  Since many currecny values are stored in a BegDecimal, the convertNumber should support that type.

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