IValidationError should extend IClusterable
-------------------------------------------

                 Key: WICKET-3666
                 URL: https://issues.apache.org/jira/browse/WICKET-3666
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.5-RC3, 1.4.17
            Reporter: Sven Ludwig
            Priority: Minor


In my opinion IValidationError should extend IClusterable, because an 
IValidationError is often held within an instance that is subject to 
serialization. An example is 
org.apache.wicket.markup.html.form.ValidationErrorFeedback, where the 
IValidationError is held in a member variable. ValidationErrorFeedback 
implements IClusterable, but if it contains a non-serializable 
IValidationError, a runtime-exception occurs on serialization or on 
serialization-check.

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

Reply via email to