Re: Wished feature: multiple action instances into same session

2005-02-02 Thread BERNARDO ANTONIO BUFFA
Really, this subclass of RequestProcessor is a runtime for inter usecases invocation. E.G.: I'm editing an expedient and for adding involved customers , I invoke an UC SelectCustomers (using SelectCustomersForm). The application allows the user to launch many 'windows' (javascripted on the client).

Re: Wished feature: multiple action instances into same session

2005-02-02 Thread James Mitchell
Why couldn't you just put a single field (HashMap) called persons that holds a PersonBean (a mother, a father, and a spouse) all keyed off of the useCaseId? That way you could do something like... Or, if you knew you always needed those 3, just make each a field on the EditPersonForm. privat