|
I am trying to use a Woody "repeater" in a
form.
The form fields get populated correctly by using
XML binding and successfully displayed.
But when I submit the form, the submit action does
not find any elements in the repeater (repeater.getSize()==0).
I added some trace calls to the Repeater.java code
and noticed that it tries to read a form parameter named "repeater.size", which
is absent in the HTML content on the browser. Hence getSize() returns
0.
Has anyone seen this before, and has a
solution?
Thanks,
jlerm
|
