RE: Digester user question - How to use objects/parameters not in the body

2002-01-31 Thread Scott Sanders
To use any of the existing rules, your Connection would have to be on the stack. Use digester.push to do this before you call parse(). Note that this will make your Connection object the top object on the stack. Alternatively, just create your own rule class and then have it take your

RE: Digester user question - How to use objects/parameters not in the body

2002-01-31 Thread Kyle Robinson
Yes, that helps. Thanks. I'll try it and let ya know. -Original Message- From: Scott Sanders [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:26 AM To: Jakarta Commons Developers List Subject: RE: Digester user question - How to use objects/parameters not in the body