> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE struts-config PUBLIC "-//Apache Software
> Foundation//DTD Struts Configuration 1.0//EN"
> "http://jakarta.apache.org/struts/dtds/struts-config_1
> 0.dtd">
> <struts-config>
> <form-beans>
> <form-bean name="regUserForm"
> rm" type="studystructs.RegUserForm" />
> </form-beans>
> <action-mappings>
> <action name="/regUserForm"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> rm" type="studystructs.RegUserAction" validate="true"
> input="reguser.asp" scope="request"
> path="/regUserAction">
> <forward name="success"
> cess" path="/messageSuccess.jsp" />
> </action>
> </action-mappings>
> </struts-config>
> [/code]
你的xml配置错误