Posted By:
olivier_chebance
Posted On:
Thursday, June 5, 2003 12:20 AM
I have spend one day to look for this error without result :( please give me a clue The server encountered an internal error (No action instance for path /Listmod could be created) that prevented it from fulfilling this request. My struts-config.xml : ?xml version="1.0" encoding="UTF-8"?> autoCommit="false" description="Example Data Source Description" driverClass="oracle.jdbc.driver.OracleDriver" maxCount="4" minCount="2" password="GPLS" url="jdbc:oracle:thin:@localhost:1521:GPLS" user="GPLSOWNER" /&
More>>
I have spend one day to look for this error without result :(
please give me a clue
The server encountered an internal error (No action instance for path /Listmod could be created) that prevented it from fulfilling this request.
My struts-config.xml :
?xml version="1.0" encoding="UTF-8"?>
autoCommit="false"
description="Example Data Source Description"
driverClass="oracle.jdbc.driver.OracleDriver"
maxCount="4"
minCount="2"
password="GPLS"
url="jdbc:oracle:thin:@localhost:1521:GPLS"
user="GPLSOWNER" />
name="loginForm"
type="com.gpl.struts.action.LoginAction"
path="/login"
input="/login.jsp"
scope="request"
validate="true">
type="com.gpl.struts.action.ListmodAction"
path="/Listmod"
scope="request">
name="indexForm"
type="com.gpl.struts.action.IndexAction"
path="/index"
input="/index.jsp"
scope="request"
validate="false">
name="rechmodForm"
type="com.gpl.struts.action.RechmodAction"
path="/rechmod"
input="/rechmod.jsp"
scope="request"
validate="false" >
My listmod.jsp:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
Your title
Recherche d'un module
border="0" cellspacing="0" cellpadding="0">