Hello,
I want to Add/Remove/Edit Sql entries by clicking on buttons. I tryied
with these 3 actions :
<map:actions>
<map:action name="add-workflow"
src="org.apache.cocoon.acting.DatabaseAddAction" />
<map:action name="del-workflow"
src="org.apache.cocoon.acting.DatabaseDeleteAction" />
<map:action name="upd-workflow"
src="org.apache.cocoon.acting.DatabaseUpdateAction" />
And these action-sets
<map:action-sets>
<map:action-set name="workflow">
<map:act type="add-workflow" action="Add" />
<map:act type="del-workflow" action="Delete" />
<map:act type="upd-workflow" action="Update" />
</map:action-set>
</map:action-sets>
. These actions are in my sitemap. Now, if I want them on a button, like
:
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>