Hi all,

Try to bind a simple class contains an array of String property such as this:

class a
{ 
   String[ ] b; 
}

To xml:

<a>
  <bs>
     <b>a1</b>
     <b>a2</b>
     <b>a3</b>
   </bs>a4</b>
</a>

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://productguide.itmanagersjournal.com/
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to