Re: [xstream-user] Re: Re: Re: Developing a custom list

2012-11-19 Thread Ruben Fragoso
Hi Jorg All i had to do was to add the "base" as the parameter instead "returnValue" has one of the parameters for the convertAnother. Thank you so much for you help =). Regards Ruben On Sun, Nov 18, 2012 at 10:37 PM, Ruben Fragoso wrote: > Hello Jorg > > Thank you for coming back to me. >

Re: [xstream-user] Re: Re: Re: Developing a custom list

2012-11-18 Thread Ruben Fragoso
Hello Jorg Thank you for coming back to me. So i test the following piece of code (following you suggestion): = while (reader.hasMoreChildren()) { MyBaseClass.Type type = MyBaseClass.Type.valueOf(reader.getAttribute("type")); MyBaseClass base =

[xstream-user] Re: Re: Re: Developing a custom list

2012-11-17 Thread Jörg Schaible
Ruben Fragoso wrote: > here is an example of the message that i get > > only START_TAG can have attributes END_TAG seen ... widht="23" type="TypeOne" name="One" heigh="23"/>... @3:68 : only > START_TAG can have attributes END_TAG seen ... type="TypeOne" name="One" heigh="23"/>... @3:68 You tes

[xstream-user] Re: Re: Re: Developing a custom list

2012-11-17 Thread Jörg Schaible
Hi Ruben, Ruben Fragoso wrote: > Hi Jorg > > thank you for comming back to me. I believe i miss lead you. my problem in > not in the test, the problem that am talking about is related to the fact > that the i cannot get the members of the Custom object to be populated, > the problem is inside th