Hi!

Are there any changes that this code doesn't work anymore?

<snip>
      <map:act type="form" action="Create User">
        <map:parameter name="validate-set" value="update"/>
        <map:act type="dbAdd"/>
      </map:act>
</snip>     

With yesterdays CVS snapshot dbAdd is never called. A week ago the same 
example works perfectly.

I tried

<snip>
      <map:act type="form" action="Update User">
        <map:parameter name="validate-set" value="update"/>
      </map:act>

      <map:act type="dbAdd" action="Update User"/>
</snip>

and dbAdd is performed an a new record is created.

Any thoughts?
Gerhard
     




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

Reply via email to