[ 
https://issues.apache.org/jira/browse/WICKET-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-1592.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M3
                   1.3.4
         Assignee: Igor Vaynberg

> 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
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.3.4, 1.4-M3
>
>
> 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.

Reply via email to