Hello, I have the following problem (is it a bug? how can I workaround it?)
I have a structure that contain an int attribute. When marshalling, if this int attribute is equals to 0, the attribute is not marshalled :-( ... I was expecting it to be marshalled as "0". Also this attribute is not "required" ... How can I make sure 0 is marshalled as "0" without having to use an intermediate attribute (String) populated from the int in a pre-get ??? Thanks! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
