Hi, > How can I get the set of selected values of a multivaluefield widget ?
> I tried : > form.getModel().myFieldId => "Cannot convert from..." exception > form.getModel().myFieldId.getValue() => "getValue is not a function" exception The multivalue field has a getValue() function which returns an Object[] (see org.apache.cocoon.forms.formmodel.MultiValueFiled) -- * best regards * Jens Maukisch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
