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
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
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
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.