On Sat, 26 Jul 2003, David Graham wrote:
> Date: Sat, 26 Jul 2003 11:35:23 -0700 (PDT) > From: David Graham <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Developers List <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: ActionServlet init parameters [WAS] Re: cvs commit: > jakarta-struts/src/share/org/apache/struts/action ActionServlet.java > > What is the overall strategy for servlet parameters vs. struts-config > <controller> attributes? We moved most of the init parameters to the > <controller> element so I'm inclined to say that this should be defined > there as well. Are there any reasons that it *must* be a servlet init > parameter? > The informal policy I applied on the initial migration was "anything specific to a module goes into struts-config.xml, anything global to ActionServlet stays an init parameter." I think that rule still makes sense, but obviously it's worth reviewing. > David Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
