Re: Accessing PlugIn config information

2003-12-19 Thread Ted Husted
Typically, you would have the PlugIn store an object in the Servlet scope under a known name, and then other objects could retrieve the information form there. So, the PlugIn does provide the service itself, it's a loader for the service provider. HTH, Ted. Andy Engle wrote: Hi all, I am wond

Accessing PlugIn config information

2003-12-19 Thread Andy Engle
Hi all, I am wondering if there is a clean(er) way to get PlugIn configuration information out of struts-config.xml. I have written a PlugIn that gets this information, but it seems somewhat convoluted. First I get all the PlugInConfigs, then I loop through that array of PlugInConfig objects unt