Bonjour
Je suis en train de coder mon premier JSP pour tester les connaissances de base avec le framwork Struts, . Le serveur me génère un message d'erreur que je n'arrive pas à interpréter.
Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 org.apache.jasper.JasperException: Exception in JSP: /index.jsp:19 16: Method : <%= request.getMethod() %><br> 17: Nous sommes le <%= DateFormat.getDateInstance(DateFormat.FULL, Locale.FRANCE).format(new Date()) %>. 18: <div align="center"> 19: <html:form action="login.do" method="POST" focus="username"> 20: Logon : <html:text property="username"/> <BR/> 21: Password : <html:text property="password"/> <BR/> 22: <html:submit property="submit" />
Partager