I have a form in my page : <form action="add-dbentry" method="POST"> <connection>personnel</connection> <table name="Workflowlist"> <tr> <td>Workflow Name: <input name="wfName" type="text"/></td> <td>Workflow dispatch: <input name="Dispatcher1" type="text"/></td> <td>Workflow dispatch2: <input name="Dispatcher2" type="text"/></td> <td>Workflow dispatch3: <input name="Dispatcher3" type="text"/></td> </tr> </table> <input type="submit" value="Save" name="cocoon-action-Add"/> </form> I want to set the entries : wfName - Dispatcher1 - Dispatcher2 - Dispatcher3 in a table with the name Workflowlist. My connection is "personnel", I have the following action : "add-dbentry" and the action-set "Add". What is missing? When I click on button "Save" I just go to url : .../add-dbentry!
Thanks 4 your help! --------------------------------------------------------------------- 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]>