代 码 之 家
☆╭╮╭╮の
╭☆┴┴☆╮
│╭╮╭╮ │
╰○--○╯

c标签

c标签比较好用,可延伸多级,可以不停的"." "." "."

判断:<c:if test='${secondLevel.SecondCase.caseNameIsshow=="Y"}'></c:if>

显示:<c:out value="${secondLevel.SecondCase.caseName}"></c:out>

循环:<c:forEach var='third' items="${secondLevel.Children}"></c:forEach>

html标签

  <html:select name="addNewSuffCaseForm" property="topCaseId" styleClass="inbutpage" tabindex ="11" onchange="selChange();">
           <html:options collection="topCaseList" labelProperty="caseName" property="caseId" />
  </html:select>

posted on 2008-12-18 14:03  娜娜  阅读(158)  评论(0编辑  收藏  举报