Usually, the Map is exposed through composition rather than inheritance, but yes. As of Struts 1.1, you can use a Map with rather an ActionForm. I'm sure this has been discussed on the User List several times, and so you might want to check the list archives.
The DynaActionForm uses a Map. It doesn't extend Map, but included a Map through composition. The conventional Struts tags see the Map entries as properties. You can also reference the Map from standard JSTL tags. You should not need to make any changes to the Struts codebase to use Maps now, and so the best place to continue this thread is the User list, where there are more people who can help you. -Ted. On Fri, 10 Dec 2004 11:18:45 -0800, Dakota Jack wrote: >�Do the newer versions of commons utils allow an ActionForm to >�implement Map? �Thanks! > >�Jack --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
