To just get a list you could do something like this, I guess: In an Action class put the getServlet, else omit if in the servlet.
Enumeration enum = getServlet().getServletConfig().getInitParameterNames() Then you could look for the ones that start with "config/" This doesn't tell you much. Aaron Smuts > -----Original Message----- > From: Daniel Lipofsky [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 20, 2004 1:41 PM > To: Struts Users Mailing List > Subject: list of modules > > I have one web module with many struts modules. > I am wondering if there is a way to get a hold > of the list of modules? I have 1 shared action > servlet and I want to get the list of modules in > the init() method. > Thanks, > Dan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]