this is possible since the latest release... please use the new cocoon-action syntax
<form> <input type="submit" name="cocoon-action-add" value="press here to add"> <input type="submit" name="cocoon-action-del" value="press here to del"> </form> then you need to define an action-set in the sitemap for that: <map:action-sets> <map:action-set name="demo"> <map:act type="addAction" action="add"> <map:act type="delAction" action="del"> ... You might also want to take a look into the multiactions in the scratchpad... but that's CVS HEAD only -- Torsten --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>