On Mon, 27 Jan 2003, Travis Chase wrote:
> Date: Mon, 27 Jan 2003 16:10:11 -0600 > From: Travis Chase <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: RE: Action question > > Great I see where that code is happening, so my next question is if the > Digester loads all the actions what is the purpose of having the > RequestProcessor do the same thing? > Digester does *not* load the Action classes themselves, it only instantiates the ActionMapping instances. An Action instance is not created until the first time you ask for it. Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>