zoukankan      html  css  js  c++  java
  • 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

    最能让人感到快乐的事,莫过于经过一番努力后,所有东西正慢慢变成你想要的样子!
  • 相关阅读:
    python 时间 时间戳 转换
    jsp mysql
    multi struts config
    mysql start
    struts logic tag
    jsp setProperty
    jstl fn tag
    write jsp tag
    use Bean in JSP
    jsp mysql JavaBean
  • 原文地址:https://www.cnblogs.com/justdoitba/p/7582163.html
Copyright © 2011-2022 走看看