Hi,

I tried to move some flowscript functionality to a java class/object. 

In the formdefinition I have:

<fd:action id="publish">
        <fd:label><i18n:text
i18n:key="createblog.">Publiceer</i18n:text></fd:label>
        <fd:on-action>
                <java
class="com.mobillion.blog.cocoon.event.DoSomethingWithTheDatabase"/>
        </fd:on-action>
</fd:action>

I created a corresponding class:

public class DoSomethingWithTheDatabase implements ActionListener,
Serviceable, Disposable {}

I need access to the DataSourceComponent object in this object. How do I
do that? I tried to use the Servicable interface, but it isn't called at
all..

Thanks for the help,
Joost


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to