[ 
https://issues.apache.org/jira/browse/TRINIDAD-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabrielle Crawford resolved TRINIDAD-2331.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0-core
         Assignee: Gabrielle Crawford
    
> convertNumber component does not work with target type of BigInteger
> --------------------------------------------------------------------
>
>                 Key: TRINIDAD-2331
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2331
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.1-core
>            Reporter: Yee-Wah Lee
>            Assignee: Gabrielle Crawford
>            Priority: Minor
>             Fix For: 2.1.0-core
>
>         Attachments: trunk_2331_BigIntegerSupport.patch
>
>
>             <af:inputText label="BigInteger number converter"
>                           value="#{testValidate.bigInt}"
>                           id="bigintegernumberconverter">
>               <af:convertNumber/>
>             </af:inputText>
> Bind testValidate.bigInt to return an instance of java.math.BigInteger. 
> The converter will fail with TypeConversionException even though 
> isAssignable() returns true. This is because the convert() method does not 
> implement the conversion. The fix should be similar to Trinidad-372 for 
> BigDecimal. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to