SOLVED! RE: Struts-config.xml Digester endElement problem

2005-07-08 Thread Sher, Allen - BLS CTR
sers Mailing List Subject: Re: Struts-config.xml Digester endElement problem This is what I think could be causing your problem: > > > > The type of class you pass for the "type" of "form-beans" is different from the one you pass to "ty

Re: Struts-config.xml Digester endElement problem

2005-07-08 Thread Steve Bosman
On 7/7/05, Sher, Allen - BLS CTR <[EMAIL PROTECTED]> wrote: > Got this stack trace while deploying my struts 1.2.7 app into WebLogic > 8.1.4. > It seems to relate to Digester complaining something about > struts-config.xml. > Adding Xerces 2.5 into the WAR file does not help. > Can someone point a

Re: Struts-config.xml Digester endElement problem

2005-07-08 Thread Steve Bosman
On 7/7/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello, > Haven't used struts 1.2, just 1.1 & 1.3(in dev), but as far as I > know > You should have a 'type' attribute associated with each > element... > > And I bet that hasn't been changed between different versions of > struts...

Re: Struts-config.xml Digester endElement problem

2005-07-07 Thread Hubert Rabago
This is what I think could be causing your problem: > > > > The type of class you pass for the "type" of "form-beans" is different from the one you pass to "type" of an individual "form-bean". You're using the same class for these; that would cause you problems somewhere, a

RE: Struts-config.xml Digester endElement problem

2005-07-07 Thread Marco Mistroni
e- From: Sher, Allen - BLS CTR [mailto:[EMAIL PROTECTED] Sent: 07 July 2005 15:26 To: 'Struts Users Mailing List' Subject: RE: Struts-config.xml Digester endElement problem Here is the struts-config.xml http://struts.apa

RE: Struts-config.xml Digester endElement problem

2005-07-07 Thread Sher, Allen - BLS CTR
Here is the struts-config.xml http://struts.apache.org/dtds/struts-config_1_2.dtd";>

RE: Struts-config.xml Digester endElement problem

2005-07-07 Thread Marco Mistroni
Hello, Could you post struts-config.xml? Regards marco -Original Message- From: Sher, Allen - BLS CTR [mailto:[EMAIL PROTECTED] Sent: 07 July 2005 14:35 To: 'Struts Users Mailing List' Subject: Struts-config.xml Digester endElement problem Got this stack trace while de