struts2 tree标签问题
小弟最近在使用struts2的tree标签时遇到写错误 求大神帮忙。。。。
jsp代码如下
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@taglib uri="/struts-tags" prefix="s" %>
<s:head theme="simple"/>
</head>
<body>
<s:tree theme="ajax"label="中国">
<s:treenode theme="ajax" label="山东">
</s:treenode>
</s:tree>
</body>
</html>
报错如下
在网上看到有用<sx:tree>的但尝试过也不行
使用<sx:tree>报错如下
我使用的jar包如下:
求大神们指点
------解决方案--------------------s标签里有tree??
好像没有吧
------解决方案--------------------应该是你没在页面上引入struts标签吧/struts-dojo-tags这个标签你引了吗?。
------解决方案--------------------/struts-dojo-tags你声明了吗?在web.xml里
------解决方案--------------------我说我咋不知道s标签里有tree标签。
那个是楼上说的struts-dojo-tags。
http://machoo.iteye.com/blog/1294515