Please help me with your advice...

How can I avoid action chaining in such situation...
In my application user can set "resolution" on some "demand".
For example, there two types of resolutions: "bug" and "not a bug".
If user selects "not a bug" option on form, then nothing happens...
But if user selects "bug" option, then he must create object "bug".
But also user can create object "bug" from another place of
application. So I get two actions: ResolutionSelectAction and
BugCreateAction, how can avoid action chaining between them
and move this dependence to business logic?

P.S. Sorry for my English...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to