html.form.Form object should have method to obtain all FormValidator objects
associated with
--------------------------------------------------------------------------------------------
Key: WICKET-1592
URL: https://issues.apache.org/jira/browse/WICKET-1592
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.3.2
Reporter: Michal Bernhard
Priority: Trivial
I add some IFormValidator objects to Form (IFormValidator = validator on form
level e.g. to validate formComponents like TextBox etc. in context of other
formComponents) through Form.add(IValidator).
Now when I want to obtain all IFormValidator objects associated with Form
there is no way afaik (at least no straightforward way) - I expect something
like
List<IFormValidator> Form.getValidators().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.