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 "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/21 10:02:32 UTC

[jira] Created: (ADFFACES-423) TrRangeValidator

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


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.


[jira] Updated: (ADFFACES-423) TrRangeValidator

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ 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.


[jira] Resolved: (ADFFACES-423) TrRangeValidator

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

Matthias Weßendorf resolved ADFFACES-423.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT

fixed in trunk

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