valider un fomulaire struts
svp les gar si qq1 peut m'aider
je veux verifier un formulaire struts avec du javascript
voila mon formulaire:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| <html:form action="login" focus="nomUtilisateur"
<br>
<label for="login">Login</label>
<br>
<html:text property="nomUtilisateur" size="20"maxlength="20"/>
<br>
<html:errors property="am"/>
<br>
<label for="Password"><span>Mot de passe</span></label>
<br>
<html:password property="mdpUtilisateur" size="20" maxlength="20" redisplay="false"/><br><html:errors property="am2"/>
<br><html:errors property="am3"/> <br>
<button tabindex="4" type="submit" accesskey="s"><span>Login</span></button>
</html:form> |