Hi, i'm joining this thread rather late, so i apologize for any repetition - if you've already come up with a clean (!= 15 getters!) solution, feel free to ignore this.
I'm trying to understand what makes your problem more complicated than a typical loop... It sounds to me like each table represents something _more_ than can be represented by a single Fichier instance. Is that true? In other words, is there information presented in a table that is not available in the corresponding Fichier? I ask this because in your example, one of the columns has the hardcoded value 'Fichier 50': is this string something that can't be encapsulated by the corresponding Fichier instance? If this is the case, is there some 'larger' class you might come up with that encapsulates both the data in the Fichier and the other data presented in the table? If there is a single object that contains all the data to be presented on one table, then your problem is reduced to a simple loop. I could be completely misunderstanding the problem, but i thought i'd throw this out and see if i hit anything :) Cheers, lasitha. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]