Hi Robby,
Thanks for your email. I wasn't able to get this to work...but was able
to work around this problem as shown below.
var value = event.source.getValue();
var collection = new java.util.ArrayList();
for(var i=0; i
>From the looks of it a org.apache.cocoon.forms.event.ValueChangedEvent has
>this interface
Method Summary
Object getNewValue()
Object getOldValue()
why don't you just try
var newvalues = event.getNewValue();
I'm assuming now that this is an array in the multiselect case.
If that doesn't