Date: 2004-08-03T14:43:19
   Editor: TravisStevens <[EMAIL PROTECTED]>
   Wiki: Jakarta Commons Wiki
   Page: DigesterNoAccessibleMethod
   URL: http://wiki.apache.org/jakarta-commons/DigesterNoAccessibleMethod

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -8,3 +8,4 @@
  * The object in which one is trying to relate the current object does not have the 
specified method.
  * The object in which one is trying to relate the current object is not one up on 
the stack.
  * Created a custom rule and forgot to push the object on the stack.  The object that 
is supposed to be on the stack is the object that an object is trying to relate to.
+ * Created a custom rule that is placed on the stack above an object that has a 
setNextRule.  The custom rule pushes an object on the stack, but does not pop it off 
the stack.  The result is that the SetNextRule method that is supposed to be called on 
an object one down the stack gets called on itself.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to