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

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

    Fix Version/s: 2.0.0-incubating-core-SNAPSHOT

fixed in jsf 1.2 branch (march)

> TrRangeValidator
> ----------------
>
>                 Key: ADFFACES-423
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-423
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 2.0.0-incubating-core-SNAPSHOT, 
> 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Matthias Weßendorf
>         Assigned To: Matthias Weßendorf
>             Fix For: 2.0.0-incubating-core-SNAPSHOT, 
> 1.0.1-incubating-core-SNAPSHOT
>
>
> When <tr:validateLongRange minimum="0" /> is used, the client side Validator 
> is created like:
> new TrRangeValidator(null,0,null)
> the 0 is treated as null, meaning a check like if(min) is not enough...
> if(min != null) will fix it

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

Reply via email to