Support FormValidator and package level resource bundles
--------------------------------------------------------

                 Key: WICKET-3879
                 URL: https://issues.apache.org/jira/browse/WICKET-3879
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-core
            Reporter: Sylvain Vieujot
            Assignee: Igor Vaynberg


Basically allow the following to work:

public class MyValidator extends AbstractValidator {
   protected void onValidate(IValidatable v) {
       error(v);
   }
}

MyValidator.properties
MyValidator=${label} is invalid

MyValidator_nl.properties
MyValidator=${label} is niet goed

Igor also asked for package level resource bundles

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to