首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

struts1散记

2013-02-03 
struts1杂记一、查看迭代顺序??logic:iterate idtpxw nametpxwList indexIdind% if (ind.intVa

struts1杂记

一、查看迭代顺序

??

<logic:iterate id="tpxw" name="tpxwList" indexId="ind"><% if (ind.intValue() < size - 1) { %>     //若mtitleimgfilename为空或者null,则没有图片显示,所以添加新闻的时候应该选择“标题图片”     var pic<%=ind.intValue()%>= '/<bean:write     name="tpxw" property="mtitleimgfilename" />|';     var text<%=ind.intValue()%>='<bean:write name="tpxw" property="mtitle" />|';     var link<%=ind.intValue()%>='ShowMsg.jsp?id=<bean:write name="tpxw" property="mid" />|';<%} else {%>     var pic<%=ind.intValue()%>= '/<bean:write name="tpxw" property="mtitleimgfilename" />';     var text<%=ind.intValue()%>='<bean:write name="tpxw" property="mtitle" />';     var link<%=ind.intValue()%>='ShowMsg.jsp?id=<bean:write name="tpxw" property="mid" />';<%}%></logic:iterate>

?

热点排行