Bonjour;

j'ai crée le fichier jsp suivant;


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<%@ page language="java" import="java.util.*"  %>
<%@ taglib uri="struts-html" prefix="html" %>
<html>
    <head>
        <title>Veuillez vous identifier</title>
    </head>
    <body>
 
        <h1 align="center">Veuillez votre identifier</H1>
 
        <div align="center">
            <html:form action="login.do" method="POST" focus="username">
                Logon : <html:text property="username" /> <BR/>
                Password : <html:password property="password" /> <BR/>
                <html:submit property="submit" />
	    </html:form>
        </div>
    </body>
</html>
j'ai l'exception suivante
500 Servlet Exception

javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans
collection
at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:741)
at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:443)
at _vues._saisie__jsp._jspService(/struts1/vues/saisie.jsp:13)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.subservice(Page.java:506)
at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
at com.caucho.server.http.Invocation.service(Invocation.java:315)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:253)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:170)
at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:534)
quelq'un peut proposer une solution