Not if it will be useful to you but when I generate dynamic forms I do
the following thing:
The form definition:
...
And then
The select:
If option is selected String[] contains the Value else contains null.
The String[] size is the select options size.
I hope to
Hi,
I'm using a map-backed property to get the data from a run-time
generated form. If one of the controls in the form is a multi-select,
I only get the first selected option.
The form definition:
...
Setter method:
public void setParamValue(String paramId, Object value)
The select:
2 matches
Mail list logo