Re: using actions in flow

2003-12-17 Thread Leszek Gawron
On Mon, Dec 01, 2003 at 03:32:07PM +0100, Michael Wolf wrote: > Hello, > so far, I specified the modular database actions in a my.roles file and > can access them via the getComponent() method: > > var action = cocoon.getComponent("mod-db-sel"); > > To call the act method of the action I have to

Re: using actions in flow

2003-12-01 Thread Michael Wolf
Hello, so far, I specified the modular database actions in a my.roles file and can access them via the getComponent() method: var action = cocoon.getComponent("mod-db-sel"); To call the act method of the action I have to specify the various parameters: public java.util.Map act(Redirector redir

Re: using actions in flow

2003-11-27 Thread Upayavira
Michael Wolf wrote: Hello, after I searched the net for three days, asked a developer and posted in the cocoon-user mailing list all I found for my problem is the same unanswered question. So I decided to post in this mailing list, because this seems to be a problem no one besides the develope

using actions in flow

2003-11-27 Thread Michael Wolf
Hello, after I searched the net for three days, asked a developer and posted in the cocoon-user mailing list all I found for my problem is the same unanswered question. So I decided to post in this mailing list, because this seems to be a problem no one besides the developers is able to solve.