<?xml version="1.0" encoding="UTF-8" ?> 
  <!DOCTYPE struts-config (View Source for full doctype...)> 
- <struts-config>
- <form-beans>
  <form-bean name="helloForm" type="com.yourcompany.struts.form.HelloForm" /> 
  </form-beans>
  <global-exceptions /> 
  <global-forwards /> 
- <action-mappings>
  <action attribute="helloForm" input="/hello.jsp" name="helloForm" path="/hello" scope="request" type="com.yourcompany.struts.action.HelloAction" cancellable="true" /> 
  </action-mappings>
  <message-resources parameter="com.yourcompany.struts.ApplicationResources" /> 
  </struts-config>
在网吧打的开,在我电脑上不行,帮帮忙啊
无法显示 XML 页。 
使用 样式表无法查看 XML 输入。请更正错误然后单击 刷新按钮,或以后重试。 
--------------------------------------------------------------------------------系统未找到指定的资源。处理资源 'http://struts.apache.org/dtds/struts-config_1_3.dtd' 时出错。 
不知道什么问题啊