On Sun, 2004-05-09 at 23:42, Christina wrote: > it seems that as a 'multi' value field it should return an array. But > in its class definition, it seems that it only return one object! does > this object any special?
an array is also an object. The returned object is of type Object[], the individual items in the array are of the datatype declared for the multivaluefield, ie String objects, Date objects, ... -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
