Hello Struts developers,
Is there a bug report / enhancement request to make DynaActionForm implement
java.util.Map? 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