From: <th...@us...> - 2002-08-26 12:16:51
|
Update of /cvsroot/struts/artimus/WEB-INF/src/pages/article/content In directory usw-pr-cvs1:/tmp/cvs-serv22400 Modified Files: result.jsp Log Message: + struts/renderRss: Revise to use latest scaffold token for ResultList (LIST). + content/result.jsp: Revise to use latest scaffold token for ResultList (LIST). Index: result.jsp =================================================================== RCS file: /cvsroot/struts/artimus/WEB-INF/src/pages/article/content/result.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** result.jsp 14 Aug 2002 21:12:01 -0000 1.1.1.1 --- result.jsp 26 Aug 2002 12:16:48 -0000 1.2 *************** *** 14,23 **** <TR class="message"> <TD align="center" colspan="3"> ! <bean:write name="RESULT" property="size"/> matches for ! <bean:write name="RESULT" property="legend"/> </TD> </TR> ! <logic:notEqual name="RESULT" property="size" value="0"> <TR class="subhead"> <TH> --- 14,23 ---- <TR class="message"> <TD align="center" colspan="3"> ! <bean:write name="LIST" property="size"/> matches for ! <bean:write name="LIST" property="legend"/> </TD> </TR> ! <logic:notEqual name="LIST" property="size" value="0"> <TR class="subhead"> <TH> *************** *** 33,37 **** <TR> <% int i = 0; %> ! <logic:iterate name="RESULT" property="iterator" id="row"> <% i++; if ( i % 2 == 0) { %> --- 33,37 ---- <TR> <% int i = 0; %> ! <logic:iterate name="LIST" property="iterator" id="row"> <% i++; if ( i % 2 == 0) { %> |