RE: [Digester] How to specify a parameter from top-of-stack

2003-01-25 Thread Naresh Bhatia
8 AM > To: Jakarta Commons Users List > Subject: RE: [Digester] How to specify a parameter > from top-of-stack > > > > > On Fri, 24 Jan 2003, Baltz, Kenneth wrote: > >> >> Looks like that's a new feature, "fromStack". I don't see it in the >

Re: [Digester] How to specify a parameter from top-of-stack

2003-01-25 Thread robert burrell donkin
ester] How to specify a parameter from top-of-stack On Fri, 24 Jan 2003, Baltz, Kenneth wrote: Looks like that's a new feature, "fromStack". I don't see it in the 1.3 Javadoc. Perhaps it will come to the XML soon. I'm surprised a developer hasn't chimed in y

RE: [Digester] How to specify a parameter from top-of-stack

2003-01-25 Thread Naresh Bhatia
Commons Users List Subject: RE: [Digester] How to specify a parameter from top-of-stack On Fri, 24 Jan 2003, Baltz, Kenneth wrote: > > Looks like that's a new feature, "fromStack". I don't see it in the > 1.3 Javadoc. Perhaps it will come to the XML soon.

RE: [Digester] How to specify a parameter from top-of-stack

2003-01-24 Thread Naresh Bhatia
Yep, I found it in the latest nightly build. Naresh -Original Message- From: Baltz, Kenneth [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1:00 PM To: Jakarta Commons Users List Subject: RE: [Digester] How to specify a parameter from top-of-stack Looks like that's

RE: [Digester] How to specify a parameter from top-of-stack

2003-01-24 Thread Naresh Bhatia
could not find a way to do this via XML. Thanks again. Naresh -Original Message- From: Baltz, Kenneth [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:51 AM To: Jakarta Commons Users List Subject: RE: [Digester] How to specify a parameter from top-of-stack Here'

[Digester] How to specify a parameter from top-of-stack

2003-01-23 Thread Naresh Bhatia
I am trying to parse an XML file similar to the one shown below: ... ... I want Digester to return a HashMap with partNumber as the key and product as the value. How do I put the product on to the HashMap? I guess I don't know how can specify the object from top of the