0
我正試圖對當前提交的內容進行比較。我有以下代碼:邏輯:迭代比較下一個值
<logic:iterate id="anItem" name="dataPage" property="filingsList"
indexId="myInd">
<bean:define id="currentSubmissionId" type="java.lang.String"
name="anItem" property="denseRank"/>
我想這樣做:
<logic:equal name="dataPage" property="currentSubmissionId"
value="nextSubmissionId???">
<img id="plus<%=rowCount%>" class="cursor"
src="<icis2:icisRes/>images/plus.gif"
onclick="toggle('<%=rowCount%>', this,
jQuery('#minus<%=rowCount%>'))"/>
<img id="minus<%=rowCount%>" class="cursor"
src="<icis2:icisRes/>images/minus.gif" onclick="toggle('<%=rowCount%>',
this, jQuery('#plus<%=rowCount%>'))" style="display: none;"/>
</logic:equal>
感謝,
湯姆
我還沒有使用struts,但可以幫助你的邏輯。比較後你做了什麼?存儲更大的數字還是更小的? – JNL
我想比較當前的提交到下一個,如果他們是相同的打印那兩條線。 –
那你怎麼存儲它?作爲字符串? – JNL