child.render();
. Note: the children are added during the render phase (in {@linkplain #beforeRender()} somost of the specializations of this class should not be used as parents of {@link org.apache.wicket.markup.html.form.FormComponent}s in stateless pages because the form components will not be available during the action phase (i.e. at {@link org.apache.wicket.markup.html.form.StatelessForm#onSubmit()}). Use {@link org.apache.wicket.markup.repeater.RepeatingView} in these cases.
@author Igor Vaynberg (ivaynberg)
|
|
|
|