On 16.Apr.2002 -- 12:43 AM, Matthieu Sozeau wrote: > <map:action-sets> > <map:action-set name="guestbook-process"> > <map:act type="form" action="Add-guestbook-entry"> > <map:parameter name="validate-set" value="add"/> > <map:act type="mydbAdd"/> > </map:act> > </map:action-set> > </map:action-sets>
> But cocoon acts as if it only wanted just one at a time. I see my form parameters >are succesfully valitated, but cocoon pass to the map:generate part directly. I fear that nesting does not work with action-sets. Check by looking in the logs for the invocation of the db action. If there's none, look at the code generated for your sitemap. I bet that you won't find any reference to your db action in there. Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 --------------------------------------------------------------------- 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]>