From: Doug C. <de...@fl...> - 2002-02-06 18:45:51
|
> Perhaps we could use a similar approach to Beans introspection here - > guess based on what methods exist. In beans you have a convention for > naming indexed properties, there might be a broad enough generalisation > we could apply here ourselves for guessing what's in a collection. I like this. I had considered peeking into the .class file to see how the result of getXXX was cast, but quickly came to my senses. e |