文章列表
/* loading */
#loading{
width: 50%;
height: 50%;
top:25%;
left:25%;
line-height:70px;
background-color:#CCCCFF;
text-align:center;
border:1px #6A5ACD solid;
position: absolute;
z-index: 4999;
font-size:12px;
}
#loading_gif{
float: right;
z-index: 799 ...
struts2-core-2.1.8.1 不支持tree标签。
struts2.1.8,加了struts2-dojo-plugin-2.1.8.jar后,
引用<%@ taglib prefix="sd" uri="/struts-dojo-tags"%>才能使用tree标签。