Originally Posted by
dreuzel
why:
I want to be able to dynicaly react, and prepare output formatting
ex: in JSF Component depending on the table content change my format
the table content itself is not known by the caller, and depending on the type of selection
the table to present can contain recordset made in selection or any entity objecrt from an other origin (specified in a List, Array(solved), or general collection
at the time of interpretation the different objects could be even empty ...
accessing the meta data is handled by reflection.
get the class from an object ?
that could be possible, but is not preferable
Is there realy no solution ?