use : usage="optional"


Is there an easy way to not put values in xml if they are null?

>

>Example:

>

>java:

>

>public class Account {

> private Person person;

> private Address address;

>}

>

>public class Person {

> private String name;

> private String surname;

>}

>

>public class Address {

> private String city;

>}

>

>

>binding.xml

>

>

>   

>   

>   

>   

>

>   

>   

>   

>

>

>

>Is there any possibility that if address is null then jibx don't murshall it, 
>because if address  is null then I get jibx exception.

>

>

>Regards, Toamz

>------------------------------------------------------------------------------

>Crystal Reports - New Free Runtime and 30 Day Trial

>Check out the new simplified licensing option that enables unlimited

>royalty-free distribution of the report engine for externally facing 

>server and web deployment.

>http://p.sf.net/sfu/businessobjects_______________________________________________

>jibx-users mailing list

>jibx-users@lists.sourceforge.net

>https://lists.sourceforge.net/lists/listinfo/jibx-users

>

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to