Struts2添加了后页面无效果的解决方案

Struts2添加了后页面无效果的解决方案

一、环境

Struts2版本 struts2.5

二、问题

在jsp页面中添加了<s:debug>后页面上无任何展示。

三、解决

在struts.xml中的struts节点下添加如下常量即可:

  <constant name="struts.devMode" value="true" />  
  

四、效果


Struts2添加了后页面无效果的解决方案
https://www.dearcloud.cn/2018/04/12/20200310-cnblogs-old-posts/20180412-Struts2添加了后页面无效果的解决方案/
作者
宋兴柱
发布于
2018年4月12日
许可协议