Hi,
I get the following error message:
No action instance for 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