> can you please demonstrate how u did that? where do we use the ModuleConfig
> Object...

 Well, you have two solutions to get an ModuleConfig object.

 You can get it in a struct actions, using
getServletContext().getAttribute(Globals.MODULE_KEY), or in any place
that can get the ServletContext, or (the way I choose), you can inherit
from ActionServlet, and overload initModuleConfig.

        Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to