Javadoc error with parent in constructor style
----------------------------------------------
Key: WICKET-1461
URL: https://issues.apache.org/jira/browse/WICKET-1461
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.3.2
Reporter: John Patterson
Javadoc in IComponentInheritedModel shows:
Form form = new Form(getPage(), "form", new
ModelImplementingIInheritableModel());
new TextField(form, "textfield"); // notice textfield is created with a null
model
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.