Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

XyzValidator#decorate() should work with IValidationError instead of ValidationError

Refactor checkgroup/radiogroup to make them non-components.

  • it is awkward to require a parent container as a wicket component. most of the time it needs to be attached to wicket:container tag because there is no reason to have an actual parent tag or a parent tag is impossible (in case of trs, lis, etc)
  • having groups as non-components will allow for nested sets of checks and radios
  • having groups as non-components will allow for disjointed sets of checks and radios in a cleaner fashion