I'm sure this must be an easy one. I marshall an ArrayList which contains object references and null values. The null values however are not marshalled, if I unmarshal the data later, the ArrayList contains only the object references and all null values are gone, i.e. the size of the ArrayList is smaller. I tried to find the option in the mapping file to force Castor to marshal the null values, but was not successful. What am I missing?
Many thanks in advance, Thomas ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

