I am trying to use my own ModuleConfigFactory, hence in web.xml, I added 
following init-param
   
  <init-param>
  <param-name>configFactory</param-name>
  <param-value>com.my.site.struts.CustomModuleConfigFactory</param-value>
  </init-param>
   
  But why CustomModuleConfigFactory is never get invoked?
   
  - BR

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to