I am not sure what your itch is.
My itch was that I wanted easy Multirow CRUD, validation and eventualy display tag support, with same Formbean I used for single row. So I used a List. My code is on sf.net under infonoia (since I do not do much html anymore I have not touched it in a while).
I can only take a guess as to why you want Map as formbean: "no getters/setters" so you can just get a row from DAO as Map (for example iBatis) so you are more loosley coupled.
If I am wrong then... my suggestion is bs.
Contribute to Struts? The express way IMO is to fix bugs and submit diff in bugzila. Or to have a popular Struts sub project on sf.net.
I am not a comitter, just so you know.
.V
Dakota Jack wrote:
Thanks, Vic,
Your assistance is a little dark to me. It seems as if you are suggesting solutions other than using a Map implementation of ActionForm. Is that right? If so, then I would rather first see what I can do to make this possible. The RequestProcessor should not, I think, make this impossible. If I misunderstand you, please let me know. I do know that I could just not configure an ActionForm, write my own population, etc. and have no trouble at all. I would prefer, however, to act within the Struts context if possible and to contribute.
Jack
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]