|
Ok, I have found the
form.getWidget().process(formContext); in
org.apache.cocoon.woody.formmodel.Form, which will populate my form from the
request object.
But more importantly for me is the
form.getWidget("myRepeaterWidget").readFromRequest(formContext); in
org.apache.cocoon.woody.formmodel.Repeater. As I am using grid tables in this
particular form.
Joe
|
