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.