Can not add validator to AjaxEditableLabel unless it was added to page
----------------------------------------------------------------------

                 Key: WICKET-3557
                 URL: https://issues.apache.org/jira/browse/WICKET-3557
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
            Reporter: Erik van Oosten
            Priority: Minor


Method AjaxEditableLabel#add(IValidator) tries to add the validator to the 
editor. As the editor initiaily does not exist, it is created. Creation of the 
editor fails when the component has not been added to the page yet.

Workaround: add the AjaxEditableLabel to page before adding the validator(s).

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

Reply via email to