You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2009/12/01 21:19:20 UTC

[jira] Created: (EXTVAL-74) marker for empty- and null-value aware validation strategies

marker for empty- and null-value aware validation strategies
------------------------------------------------------------

                 Key: EXTVAL-74
                 URL: https://issues.apache.org/jira/browse/EXTVAL-74
             Project: MyFaces Extensions Validator
          Issue Type: Improvement
          Components: Property Validation
    Affects Versions: 1.1.2, 1.1.1, 1.2.2, 1.2.1
            Reporter: Gerhard Petracek
            Priority: Minor


it should be possible to explicitly mark validation strategies which are aware of empty- and null-values

markers:
@EmptyValueAwareValidationStrategy
@NullAwareValidationStrategy

all other validation strategies don't have to manually check/ignore these values

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


[jira] Resolved: (EXTVAL-74) marker for empty- and null-value aware validation strategies

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTVAL-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTVAL-74.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.3-SNAPSHOT
                   2.0.3-SNAPSHOT
                   1.2.3-SNAPSHOT

> marker for empty- and null-value aware validation strategies
> ------------------------------------------------------------
>
>                 Key: EXTVAL-74
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-74
>             Project: MyFaces Extensions Validator
>          Issue Type: Improvement
>          Components: Property Validation
>    Affects Versions: 1.2.1, 1.2.2, 1.1.1, 1.1.2
>            Reporter: Gerhard Petracek
>            Priority: Minor
>             Fix For: 1.2.3-SNAPSHOT, 2.0.3-SNAPSHOT, 1.1.3-SNAPSHOT
>
>
> it should be possible to explicitly mark validation strategies which are aware of empty- and null-values
> markers:
> @EmptyValueAwareValidationStrategy
> @NullAwareValidationStrategy
> all other validation strategies don't have to manually check/ignore these values

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