bonjour, ci joint ce code :
<form id="tryConnect" name="tryConnect" method="post" action="./identification/connecting">
....
</form>
j'ai voulu remplacer par
<form id="tryConnect" name="tryConnect" method="post" tal:attibutes="action here/connecting">
...
</form>
dans le premier cas, pas de prob tout se passe bien, la page fonctionne
mais dans le deuxiéme cas, j'ai une erreur
Site Error
An error was encountered while publishing this resource.
Error Type: KeyError
Error Value: 'username'
--------------------------------------------------------------------------------
Troubleshooting Suggestions
This resource may be trying to reference a nonexistent object or variable 'username'.
The URL may be incorrect.
The parameters passed to this resource may be incorrect.
A resource that this resource relies on may be encountering an error.
For more detailed information about the error, please refer to the error log.
If the error persists please contact the site maintainer. Thank you for your patience.
comme si le formulaire se postait tout seul avant même le rendu de page.
est ce que quelqu'un peut m'expliquer comment faire; comment utiliser l'acquisition de zope dans les action form?
merci