The content of element type "struts" must match "((package|include|bean|constant)*,unknown-handler-s

<struts>
<!-- 配置为开发模式 -->
    <constant name="struts.devMode" value="true" />
<!-- 扩展名配置为action -->
<content name="struts.action.extension" value="action"/>
    <!-- 把主题配置simple -->
    <content name="struts.ui.theme" value="simple"/>


    <!-- Add packages here -->

</struts>

以上提示了:The content of element type "struts" must match "((package|include|bean|constant)*,unknown-handler-s

在配置struts.xml文件时不小心把红色部分的字写错了,应改为constant

最能让人感到快乐的事,莫过于经过一番努力后,所有东西正慢慢变成你想要的样子!
原文地址:https://www.cnblogs.com/justdoitba/p/7582163.html