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
-----Original Message-----
From: Haiying Qiao [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 12:10 PM
To: '[EMAIL PROTECTED]'
Subject: beginner's problem

I 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

Reply via email to