I just checked the latest wiki on the FOM. It says:
Map callAction(name,map) NOTE (RP): I removed this method as there haven't been any objections. But before we implement the FOM there will be a vote on this. So don't worry!. From my understandings, if I use cocoon.getComponent() to retrieve an action, how then do I invoke it?
I would imagine I simply call its act method; however, where would I get the objects to act as the redirector, sourceResolver, and objectModel?
(The method signature of an action): Map act(Redirector redirector, SourceResolver sourceResolver, Map objectModel, String source, Parameters params) throws Exception
Jon |