The issue became pointless when for some reason the tag lib I was using started working all the sudden. We may never know why, but it seems to like dynabeans now...
Thanks anyway! -----Original Message----- From: tra [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 1:03 AM To: struts-user Subject: Re: DynaBeans, DynaClass, DynaMen [EMAIL PROTECTED] skrev: >...anyone remember DynaMen? > >Anyhow... I got a Dynabean mechanism working that builds a DynaBean >based on the metadata of a SQL result set, populates and array of the >little buggers and passes it back to me. For displaying I have a tag >library that does not like a call to get('name') as the field name. >What is the best way to get around this? > I wrote an AnonyBeans package which uses BCEL to generate beans on the fly based on a ResultSet. It is alpha code but works for me, and is usable anywhere where you need a real traditional bean, but where you do not want to serialize it or use its type in Java source. Is this interesting? -- Thorbjørn Ravn Andersen http://biobase.dk/~tra Scandiatransplant, Skejby Hospital Brendstrupgaardsvej, Entrance 3 DK-8200 Århus N +45 89 49 53 01 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>