Re: Struts 1.3.8 Plugins initializing twice

2008-01-03 Thread Paul Benedict
iles-defs.xml" /> > > > > So as far as I know, the ActionServlet.init() method should be called > once. > For me it executes twice. I'm just trying to find out why this is the > case. > > > Edward Song > > -----Original Message- > From: [EMAIL PR

RE: Struts 1.3.8 Plugins initializing twice

2008-01-03 Thread Edward Song
y ActionServlet.init() is called twice. > > > Edward Song > > -Original Message- > From: Randy Burgess [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 11:56 AM > To: Struts Users Mailing List > Subject: Re: Struts 1.3.8 Plugins initializing twice >

Re: Struts 1.3.8 Plugins initializing twice

2008-01-03 Thread Paul Benedict
t() is called twice. > > > Edward Song > > -Original Message- > From: Randy Burgess [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 03, 2008 11:56 AM > To: Struts Users Mailing List > Subject: Re: Struts 1.3.8 Plugins initializing twice > > This is from a S

RE: Struts 1.3.8 Plugins initializing twice

2008-01-03 Thread Edward Song
e. Edward Song -Original Message- From: Randy Burgess [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 11:56 AM To: Struts Users Mailing List Subject: Re: Struts 1.3.8 Plugins initializing twice This is from a Struts 1.2.8 app of mine. action org.apache.struts.action.Act

Re: Struts 1.3.8 Plugins initializing twice

2008-01-03 Thread Randy Burgess
This is from a Struts 1.2.8 app of mine. action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml debug 3 detail 3 0 You don¹t need the debug params but in this case it might not hurt. I cann