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

2002-01-31 Thread Kyle Robinson
Hopefully a quick question. Here's what I want to do: 1. Take an XML file 2. Use the digester to run through it, create an object and set a bunch of properties. 3. Then call a method in that object while passing in a Connection object. How do I do this? Is there a way to call a

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

2002-01-31 Thread Scott Sanders
Connection as a parameter to set into the object. Does that help? Let me know if you need more, Scott Sanders -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:32 AM To: '[EMAIL PROTECTED]' Subject: Digester user question - How to use

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