Hi Cocoon Committers,

the CFORM-API for MultiValueField is missing the getDataType() method which
means I can't create any selection lists based on iterators in my Beans like
I did to do with the Field class:

    StaticSelectionList list = new
StaticSelectionList(myField.getDatatype());
    myField.setSelectionList(list);


Anybody willing to add this method to the MultiValueField Class?

Thanks

--
Danny

Reply via email to