* angeloimm: > How can i have the selction of the list of the form in my function? By > using lookupWidget i know that folder_2 is a MultiValueField... but > how can i have its value? If i use folder_2.getValue(); i have: > [Ljava.lang.Object;@11067af
The last line means: list of objects. In fact MultiValueField.getValue() returns a Java array. -- Jean-Baptiste Quenot Anyware Technologies http://www.anyware-tech.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
