Title: Message
Hi,
    I searched the archives and documentation, but I cannot find info about how to map multi-dimensional array fields.
For instance, my class may look like this:
 
public class Foo {
   ...
   public MyDate[][] getDates() {
      ..
      return myDates; 
   }
}
 
I saw support for collections and single dimensional arrays. But I cannot set collection="array" and the "type" field for the contained elements as "MyDate[]".
Can I nest the xml mappings in a way to handle this?
Or do I have to create a custom FieldHandler?
 
Any help is much appreciated.
Thx,
Rich
 
----------------------------------------
Richard Chang
Software Engineering
[EMAIL PROTECTED]
 
Sakonnet Technology
594 Broadway Suite 1008
New York, NY 10012
www.sknt.com
 
+1 917 237 3813 direct
+1 212 343 3103 fax
 

 _________________________________________________________________
This message is for the named recipient's use only.  It may contain sensitive and private proprietary information.  No confidentiality is waived or lost by any incorrect transmission.  If you are not the intended recipient, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender.  You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient.  Sakonnet Technology, LLC and its subsidiaries reserve the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.  Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to