You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Katia Aresti (JIRA)" <ji...@apache.org> on 2010/10/03 21:46:32 UTC

[jira] Created: (TAP5-1294) Validation macros : @Validate annotation renders an exception

Validation macros : @Validate annotation renders an exception  
---------------------------------------------------------------

                 Key: TAP5-1294
                 URL: https://issues.apache.org/jira/browse/TAP5-1294
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.2
            Reporter: Katia Aresti
            Priority: Minor


Validation Macros feature works perfect through template configuration, but not on the java class.

@Validate("validation_macro_name") 

doesn't work. Placing a validator macro on the annotation renders the following exception :

"Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."




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


[jira] Updated: (TAP5-1294) Validation macros do not work when used in @Validate annotation

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1294:
---------------------------------

    Affects Version/s:     (was: 5.2)
                       5.2.1
              Summary: Validation macros do not work when used in @Validate annotation  (was: Validation macros : @Validate annotation renders an exception  )

> Validation macros do not work when used in @Validate annotation
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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


[jira] Closed: (TAP5-1294) Validation macros do not work when used in @Validate annotation

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1294.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.2

> Validation macros do not work when used in @Validate annotation
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.2
>
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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


[jira] Closed: (TAP5-1294) Validation macros do not work when used in @Validate annotation

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko closed TAP5-1294.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.2

> Validation macros do not work when used in @Validate annotation
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.2
>
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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


[jira] Commented: (TAP5-1294) Validation macros do not work when used in @Validate annotation

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918617#action_12918617 ] 

Hudson commented on TAP5-1294:
------------------------------

Integrated in tapestry-5.2-freestyle #204 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/204/])
    TAP5-1294: Validation macros do not work when used in @Validate annotation


> Validation macros do not work when used in @Validate annotation
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.2
>
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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


[jira] Assigned: (TAP5-1294) Validation macros : @Validate annotation renders an exception

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1294:
------------------------------------

    Assignee: Igor Drobiazko

> Validation macros : @Validate annotation renders an exception  
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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


[jira] Commented: (TAP5-1294) Validation macros do not work when used in @Validate annotation

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918617#action_12918617 ] 

Hudson commented on TAP5-1294:
------------------------------

Integrated in tapestry-5.2-freestyle #204 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/204/])
    TAP5-1294: Validation macros do not work when used in @Validate annotation


> Validation macros do not work when used in @Validate annotation
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.2
>
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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


[jira] Assigned: (TAP5-1294) Validation macros : @Validate annotation renders an exception

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko reassigned TAP5-1294:
------------------------------------

    Assignee: Igor Drobiazko

> Validation macros : @Validate annotation renders an exception  
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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


[jira] Updated: (TAP5-1294) Validation macros do not work when used in @Validate annotation

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Drobiazko updated TAP5-1294:
---------------------------------

    Affects Version/s:     (was: 5.2)
                       5.2.1
              Summary: Validation macros do not work when used in @Validate annotation  (was: Validation macros : @Validate annotation renders an exception  )

> Validation macros do not work when used in @Validate annotation
> ---------------------------------------------------------------
>
>                 Key: TAP5-1294
>                 URL: https://issues.apache.org/jira/browse/TAP5-1294
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Katia Aresti
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> Validation Macros feature works perfect through template configuration, but not on the java class.
> @Validate("validation_macro_name") 
> doesn't work. Placing a validator macro on the annotation renders the following exception :
> "Failure reading parameter 'validate' of component "page_name":"validation_macro_name": Unknown validator type 'validation_macro_name'. Configured validators are email, max, maxlength, min, minlength, none, regexp, required."

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