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