You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/03 16:21:22 UTC

BugRat Report #337 has been filed.

Bug report #337 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/337>

REPORT #337 Details.

Project: Struts
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 0.5
   JVM Release: All
   Operating System: All
   OS Release: All
   Platform: All

Synopsis: 
The same digester instance cannot be used more than once

Description:
The same digester instance cannot be used more than once because in most of the existing Rule classes, when finish() method is called, the rule instance variables are set to null. It would be usefull to create an instance of Digester, and to use it many times on different XML input data.