Check out the binding tutorial at www.jibx.org, there is I think an example of 
binding arrays, but it's not straightforward.

I bit the bullet and changed all my types to ArrayList so they just work with  
<collection>

Tim.

On Wednesday 15 Dec 2004 15:58, GiaNe wrote:
> 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


-------------------------------------------------------
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