--- Sgarlata Matt <[EMAIL PROTECTED]> wrote: > Hello Struts developers, > > Is there a bug report / enhancement request to make DynaActionForm > implement java.util.Map?
DynaActionForms are not Maps so it wouldn't be appropriate for them to implement the Map interface. David > This would allow the forms to be used > intuitively with the JSTL <c:out> tag. > > If we have a DynaActionForm named projectType with a property called > shortDesc we could then do > > <c:out value="${projectType.shortDesc}"/> > > instead of > > <c:out value="${projectType.map.shortDesc}"/> > > The former is more intuitive. Someone asks about this distinction every > day on the taglibs-users list. > > Thanks, > > Matt > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]