Michael- What types of objects are we referring to? Primitives, primitive wrappers or true objects?
Thanks, Stephen On 3/21/06, Michael Heath <[EMAIL PROTECTED]> wrote: > Hi, > > I have XML I am unmarhsalling and when the field is empty I want to have the > java object set to null. > > The default behaviour appears to be setting the java object to a 0 > value...this is of course a big problem if the value is supposed to be empty > and not 0. > > Can anyone advise? I wrote a custom field handler but this seems to be > called after the object is created and set to 0. > > thanks > M > > > > ------------------------------------------------- > If you wish to unsubscribe from this list, please > send an empty message to the following address: > > [EMAIL PROTECTED] > ------------------------------------------------- > >

