+ * If you experience NoClassDefFoundErrors in JSP code after deploying a Struts 1.3 webapp using the same context name it had under a prior version, try deleting the generated .java and .class files related to the JSP files. In Tomcat, these are found under the $TOMCAT_HOME/work directory.

... otherwise you, too can spend time chasing down something like this:

15:16:38,223 - ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/bentest].[action] -
Servlet.service() for servlet action threw exception
java.lang.NoClassDefFoundError: org/apache/struts/taglib/tiles/UseAttributeTag

until you realize that we don't *have* an org.apache.struts.taglib.tiles package anymore, it's ...tiles.taglib.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to