On Fri, 17 Jan 2003, Simon Kelly wrote:
> Date: Fri, 17 Jan 2003 15:11:42 +0100 > From: Simon Kelly <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Digester getting recursive tag types. > > I'm having a dig thru the source code, but I can't seem to find the tree > building bit. Could you tell me the class this is done in? > If you're looking at 1.1, the Digester instance is created in the initConfigDigester() method of ActionServlet, which delegates to the ConfigRuleSet class (in org.apache.struts.config) to add all of the detailed rules. > Cheers > > Simon > > PS > Nice bit of coding ;-) Could you imagine the programming required to scan through a DOM and pull out all the configuration elements? Necessity was definitely the mother of invention here :-). Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

