Re: Custom implementation for MessageResourcesFactory

2006-10-16 Thread Laurie Harper
Vishal Seth wrote: Hi, I need to know what could be the suitable way of proving custom implementation for the MessageResourceFactory. I have tried with 2 ways: 1) By Overriding ActionServlet and providing implementation for initModuleMessageResources() and setting my own factory class rather

Custom implementation for MessageResourcesFactory

2006-10-16 Thread Vishal Seth
Hi, I need to know what could be the suitable way of proving custom implementation for the MessageResourceFactory. I have tried with 2 ways: 1) By Overriding ActionServlet and providing implementation for initModuleMessageResources() and setting my own factory class rather than the default one.