no message
authorfh <fh>
Sat, 6 Oct 2001 11:36:03 +0000 (11:36 +0000)
committerfh <fh>
Sat, 6 Oct 2001 11:36:03 +0000 (11:36 +0000)
source/mircoders/servlet/ServletModuleLinksImcs.java

index de3e5a4..c32c275 100755 (executable)
@@ -104,6 +104,11 @@ public class ServletModuleLinksImcs extends ServletModule
 
       modelRoot.put("parentlist",HTMLTemplateProcessor.makeSimpleList(theParentList));
       modelRoot.put("imcslist",HTMLTemplateProcessor.makeSimpleList(theImcsList));
+      modelRoot.put("count", (new Integer(theImcsList.getCount())).toString());
+                       modelRoot.put("from", (new Integer(theImcsList.getFrom())).toString());
+                       modelRoot.put("to", (new Integer(theImcsList.getTo())).toString());
+      theLog.printDebugInfo("########### - "+ new Integer(theImcsList.getTo()).toString());
+
       HTMLTemplateProcessor.process(res,getLanguage(req)+"/"+templateListString, modelRoot, res.getWriter());
 
       } catch (Exception e) {