百思不得其解,为什么就单单struts-logic找不到,而其他的如struts-html却可以找到
另附struts-config.xml
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE struts-config
PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
<struts-config>
<form-beans>
</form-beans>
<global-forwards>
</global-forwards>
<action-mappings>
</action-mappings>
</struts-config>
另附ApplicationResources.properties
index.title=Struts Tutorial