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).
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