You can not have two parameters with the same name. For the form-validator action you can use: <map:parameter name="validate" value="name,password"/>
PS Do not send HTML emails! Vadim -----Original Message----- From: Xavier DAMAY [mailto:[EMAIL PROTECTED]] Hello all :-\ I haven't found any issue but i notice : <map:act type="form-validator"> <map:parameter name="descriptor" value="context://protected/descriptors/params.xml"/> <map:parameter name="validate" value="name"/> <map:parameter name="validate" value="password"/> <!-- now try to log in --> <map:act type="db-authenticator"> There is two parameters with name "validate". I would like to know if the validation can validate two entries : name and password ? Thank you very much for any help : Xavier --------------------------------------------------------------------- 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]>