Hi, will the future of Struts/Shale consider the possibility to have more than an instance of MyAction (or UseCase, or Dialog, ...) per session?
In my last project I need to edit Persons so I had an EditPersonAction. EditPersonAction was usefull for Creation/Update Person Objects. The problem was that Person has an mother, father, spouse properties. I want to be able creating/editing the mother/father/spouse (m/f/s) of every edited person using the same EditPersonAction, which uses EditPersonForm. But struts maintains only one EditPersonForm instance per session. So I subclassed RequestProcessor who keeps many EditPersonForm instances and restore the appropiate one into session based on a request parameter (useCaseId). Apologize my poor englisch. Thanks in advance for you time. Bernardo Antonio Buffa Colomé --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]