How to pass the repeater to the formMap.put ?
I'm trying smth like this:
formMap.put("test", comp_in_composition);
But, only the null values returned.
formMap = {test=[{type=null, amount=null, select=false}, {type=null,
amount=null, select=false}, {type=null, amount=null, select=false},
{type=null, amount=null, select=false}]
What should I do to pass the repeater parameter?
