I would very much like to marshal my empty/null objects so that the output xml looks like this if name==null:
<Item> <id>1</id> <name/> <Item> But so far I've only got this: <Item> <id>1</id> <Item> -- View this message in context: http://www.nabble.com/Forcing-marshalling-of-null-empty-values--tf3266670.html#a9080721 Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

