1. 配置struts默认Action

<package name="default" namespace="/" extends="struts-default">

<default-action-ref name="index"></default-action-ref>

<action name="index">

<result>/DefaultAction.jsp</result>

</action>

   </package>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
猜你喜欢
  • 2021-05-27
  • 2021-09-22
  • 2022-12-23
  • 2021-04-14
  • 2021-08-25
  • 2021-10-28
  • 2021-10-30
相关资源
相似解决方案