[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/io/xml package.html, 1.3, 1.4
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-08-22 03:19:38
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/io/xml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18419 Modified Files: package.html Log Message: no message Index: package.html =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/io/xml/package.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** package.html 16 Aug 2006 18:07:24 -0000 1.3 --- package.html 22 Aug 2006 03:19:36 -0000 1.4 *************** *** 87,91 **** // Write all the other field values into the writer record. ! List repeatList=writer.createRepeateElement("field-name2"); repeatList.add("field-value21"); --- 87,91 ---- // Write all the other field values into the writer record. ! List repeatList=record.createRepeateElement("field-name2"); repeatList.add("field-value21"); |