bytecount
Jul 27th, 2005, 07:37 AM
One very common aspect of a webflow is to define one or more actions, which retrieve datasets, in combination with a view state, which displays the data. If i have to invoke more than one action I have two options:
1. I can define define more than one action states and stick the action states together. (this can get very confusing, since every action state has to have a unique name)
2. as far as I see CompositeAction is used to model entry and exit actions, which can contain more than one action. (and I have to add another action to define a valid state)
Are there any plans to allow multple actions inside am action state without the workaround of entry/exit actions? (or one action, which acts as a container for other actions, like CompositeAction)
BTW: Another interesting feature would be to have these actions executed in parallel, since in this case they are not related.
Regards,
Harald Dietrich
1. I can define define more than one action states and stick the action states together. (this can get very confusing, since every action state has to have a unique name)
2. as far as I see CompositeAction is used to model entry and exit actions, which can contain more than one action. (and I have to add another action to define a valid state)
Are there any plans to allow multple actions inside am action state without the workaround of entry/exit actions? (or one action, which acts as a container for other actions, like CompositeAction)
BTW: Another interesting feature would be to have these actions executed in parallel, since in this case they are not related.
Regards,
Harald Dietrich