-----Original Message-----
From: Haiying Qiao [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 12:10 PM
To: '[EMAIL PROTECTED]'
Subject: beginner's problemI tried bluestone tutorial.
the jsp is simple:<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-form.tld" prefix="form" %><form:form action="custom.do">
<form:submit value="Display Group" />
</form:form>
I got the following exception:
javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection
I guess the application could not find the struts.jar. I did put the struts.jar in the WEB-INF/lib directory. I also put the jar in the tomcat/lib directory, in the classpath, I got the same exception.
Another question, I could not find a way to lookup the previous archives on the web, is there any way to browse the archive without using the maillist command?
Thanks for any help!
Haiying
Title: Message
Did
you map an action form to the action path "custom.do"? When using forms,
struts needs to have a form bean associated with it.
Steven
- beginner's problem Haiying Qiao
- Beginner's problem Steven Leija
- Beginner's problem Hobie Orris
- Re: Beginner's problem Amit Badheka
- RE: Beginner's problem Gupta, Priyank x57787
- RE: Beginner's problem Hobie Orris
- RE: Beginner's problem James Mitchell