Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread Sean
lt;[EMAIL PROTECTED]> Sent: Saturday, August 25, 2001 2:29 PM Subject: Re: Re[2]: Digester Help PLEASE > Can you post (some of) the debug output you're getting from the Digester? > That might help us see what's going on. > > -- > Martin Cooper > > > - Original

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread martin . cooper
al Message - From: "Sean" <[EMAIL PROTECTED]> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 7:21 AM Subject: Re: Re[2]: Digester Help PLEASE > I am using the 1.0 release, just again downloaded from the jakarta set fresh > in case somet

Re: Re[2]: Digester Help PLEASE

2001-08-25 Thread martin . cooper
August 24, 2001 7:21 AM Subject: Re: Re[2]: Digester Help PLEASE > I am using the 1.0 release, just again downloaded from the jakarta set fresh > in case something else is wrong. Nada, a no go still ... Any other ideas? > > Sean > > P.S. URL used: > http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1 > .0/ > >

Re: Re[2]: Digester Help PLEASE

2001-08-24 Thread Sean
I am using the 1.0 release, just again downloaded from the jakarta set fresh in case something else is wrong. Nada, a no go still ... Any other ideas? Sean P.S. URL used: http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1 .0/

Re: Re[2]: Digester Help PLEASE

2001-08-24 Thread Richard Reich
> To: "Struts Users" <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 6:51 AM Subject: Re[2]: Digester Help PLEASE > Oleg, > > The problem is that none of the rules are being fired at all, no objects are > getting created, nothing at all. The patterns match what is

Re[2]: Digester Help PLEASE

2001-08-24 Thread Sean
Oleg, The problem is that none of the rules are being fired at all, no objects are getting created, nothing at all. The patterns match what is in the file, the file is valid, I should see some Factory objects get created, some PatternSet objects get created, and a whole bunch of sets etc happen

Re[2]: Digester Help PLEASE

2001-08-24 Thread Oleg V Alexeev
Hello Sean, What is wrong with your code - explane please. P.S. May be I am wrong but try to avoid such patterns as "*/patternset" Friday, August 24, 2001, 5:37:58 PM, you wrote: S> Oleg, S> I am running this from a main() test program and only one instance it being S> created. Do you see a