Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-3879

Support FormValidator and package level resource bundles

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 6.0.0-beta1
    • wicket
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              mgrigorov Martin Tzvetanov Grigorov
              svieujot Sylvain Vieujot
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: