您的位置:首页 > 运维架构 > Tomcat

在Tomcat 6下运行正常,但是在Tomcat 7下异常。

2015-09-24 10:49 525 查看
Struts 2的jsp(155, 69) Attribute qualified names must be unique within an element


环境如下:

OS:RHEL 5.2

Web Server(local):Tomcat6.0.18

Web Server(remote):Tomcat-7.0.21

异常信息:

Exception:

jsp(155, 69) Attribute qualified names must be unique within an element

You are seeing this page because development mode is enabled. Development mode, or devMode, enables extra debugging behaviors and reports to assist developers. To disable this mode, set:
struts.devMode=false

in your 
WEB-INF/classes/struts.properties
 file.

struts.devMode=false,提示类似信息,检查发现<s:text name="user.userPassword" name="user.userPassword" />,属性重名






在Tomcat 6下运行正常,但是在Tomcat 7下异常。

经检查发现:

155行处代码如下:

<s:select label="location_name" name="location_name" id="location_name" id="location_name".....

解决:

两个重复的id,杯具啊,删掉重复id,重新发布,一切正常。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: