ModuleConfigImpl WAS: Parsing struts-config. Parser chokes on

2005-05-25 Thread Dahnke, Eric \(Company IT\)
"dashboard"); ActionConfig[] acs = mci.findActionConfigs(); for (int i=0;i -Original Message- > From: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 25, 2005 4:27 PM > To: Struts Users Mailing List > Subject: Re: Parsing struts-config. Parser c

Re: Parsing struts-config. Parser chokes on

2005-05-25 Thread Michael Jouravlev
Have you tried org.apache.struts.config.impl.ModuleConfigImpl.findActionConfigs ? On 5/25/05, Dahnke, Eric (Company IT) <[EMAIL PROTECTED]> wrote: > > Hello, > > I've written a little script to parse struts-config.xml in order to get > a list of the actions and types, etc. It works great if I co

Parsing struts-config. Parser chokes on

2005-05-25 Thread Dahnke, Eric \(Company IT\)
Hello, I've written a little script to parse struts-config.xml in order to get a list of the actions and types, etc. It works great if I comment out the line at the top of the file. Without commenting the line I get an IOException related to a parse error when executing the following code: D