<coo:forEach var="RowCount" begin="0" end="${num-1}" step="1">
<td style="text-align:center;" width="100%" >
<colap:layout sequence="${RowCount+1}" num="${num}" displayable="${layout.displayable }" switchI="${layout.switchTypes[RowCount]}" >
<coo:if test="${RowCount==0}">
  <tiles:insert attribute="content1" />
</coo:if>
</colap:layout>
</td>
</coo:forEach>程序可以在tomcat下正确运行 ,发布到weblogic9以后 自定义标签中的表达式不能被识别 ,该如何解决