Re: [jXLS-user] Error when using an attribut of a member of a list

2011-01-08 Thread Leo
Title: Re: [jXLS-user] Error when using an attribut of a member of a list Hi Philippe, I can take a look at this warning.  Most likely you can ignore it for now as it probably relates to specifics of collection processing by jxls. It would be good if you send me a complete sample so I can

[jXLS-user] Error when using an attribut of a member of a list

2011-01-04 Thread Philippe Juhel
Hi, I have the two following Java classes : Class Info { … List lesTableaux; // or ArrayList instead of List, it’s the same problem! … } And Class Tableau { … String type; … } I have a java object named ‘infos’: Info infos = new Info(); And som