I am trying to make simple coplet with html form. but I can not make correct request at the second time.
the first form in the coplet is:
......
<form method="POST" action="view" name="form_createUser">
.....
<input value="create" name="cocoon-action-create" type="submit"> ...
</form>
but after submit I obtained the same page, with empty fields.
The same application as WEB application works fine. andthe next page is displayed.
Thank you for answer Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
