(moved from https://github.com/flyingsaucerproject/flyingsaucer/issues#issue/6
reported by https://github.com/jheid)
Hi. Please add
public FormField[] getFormFields () {
Object[] objects = _componentCache.values ().toArray ();
FormField[] fields = new FormField[objects.length];
System.arraycopy (objects, 0, fields, 0, objects.length);
return fields;
}
to org.xhtmlrenderer.simple.extend.XhtmlForm.
I use this to get the form values without having to submit the entire form.
Cheers,
Jörn
Original issue reported on code.google.com by pdoubl...@gmail.com on 26 Mar 2011 at 9:27
Original issue reported on code.google.com by
pdoubl...@gmail.com
on 26 Mar 2011 at 9:27