RE: RowSetDynaClass - iterating the dynabean collection properly

2003-08-14 Thread Kris Schneider
BasicDynaBean doesn't expose a "map" property, so that probably won't work either. Struts' DynaActionForm *does* expose a "map" property, which may be what you're thinking of. While the Struts tags know how to deal with the DynaBean stuff, JSTL does not. You might consider using JSTL's Result inste

RE: RowSetDynaClass - iterating the dynabean collection properly

2003-08-12 Thread Chen, Gin
try this: -Tim -Original Message- From: jack beany [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 10:38 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RowSetDynaClass - iterating the dynabean collection properly Hi, I have a