当前页面: 开发资料首页 → J2EE 专题 → Servlet action is not available
Servlet action is not available
摘要: Servlet action is not available
我用的是Netbeans,运行struts应用程序时出现Servlet action is not available
struts-config.xml如下:
<?xml version="1.0" encoding="ISO-8859-1" ?>
struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
<form-beans>
<form-bean type="com.myapp.struts.LoginFormBean" name="LoginFormBean"/>
</form-beans>