struts No action instance for path could be created

Hi,

I get the following error message:

No action instancefor path /bookList could be created

my struts-config file looks like:

<form-beans>

<form-bean name="bookListForm" type="strutsform.BookListForm" />

</form-beans>

<action-mappings>

<action

path="/Welcome"

forward="/pages/Welcome.jsp"/>

<action

path="/bookList"

attribute="bookListForm"

input="/pages/bookList.jsp"

name="bookListForm"

scope="request"

type="strutsaction.BookListAction">

<forward name="showList" path="/pages/bookList.jsp" />

</action>

</action-mappings>

I really don't know what's wrong, I have checked it uncountable often...

I'm getting a litte bit desperate

every help is appreciated....thanks in advance

[1231 byte] By [sevenofninea] at [2007-10-2 15:22:04]
# 1

El error parece ser una configuracion incorrecta del archivo .war. Verifica que se esten cargando las clases "form beans" y "action".

Estamos usando el IDE JBoss y se configur?: Properties -> Packaging Configuration para que empaquetara el archivo .war de forma adecuada.

Agrega a la configuraci騨 el folder donde se encuentran tus archivos .class. Y en la opci騨 "prefix" escribe lo siguiente: WEB-INF/classes

El campo "include" debe quedar en blanco, esto asegura que en tu paquete se agregaran tus archivos *.class.

Universidad Aut騨oma Metropolitana, LIS

M鑨ico

andflosanza at 2007-7-13 14:32:56 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...