|
I found another thread which describes the issue in more detail
(http://www.mail-archive.com/[email protected]/msg01249.html) Anyway, I managed to get a list with the fields that were received but I have the names of the tags. What I will need for each tag name, is the name of its corresponding property from the mapping class. Please let me know how can I do this. Thanks, Tudor Thomas Jones-Low wrote: Use a default. The Jibx <value> tag takes an default= attribute. This is only allowed on optional values (like you have) and if the optional value is missing, the corresponding set-method is called with the default. If you have the default attribute set to "missing" or some other out of bounds value, the Set-method now knows when to leave the value alone, and when to update it.Tudor Olteanu wrote: |
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
