Hello,
I want to implement a default action that calls the other set of actions. In this way
the default action will perform some intelligence, and then it will select wich
actions and templates to use. Ok, then in some part of the code of the default action
I will have something like:
data.setAction("action1");
data.setAction("action2");
...
setTemplate("template");
I have tried to add info to the context in each action, but it doesn�t work, the
template can not find it.
How could I stablish communication between actions, is it possible to change the
context in each action and then use it in the selected template?... can I use
setMessage and getMessage to communicate actions?... do you have any other idea.
Thanks.
Otto.