trying to extend messageresources class  
Author Message
Elhanan





PostPosted: 2005-12-15 15:05:00 Top

java-programmer, trying to extend messageresources class hi..

i'm trying to create my own messageresources class and placed:
<init-param>
<param-name>application</param-name>
<param-value>coreservlets.Messages</param-value>
</init-param>
<init-param>
<param-name>factory</param-name>
<param-value>coreservlets.MessageFactory</param-value>
</init-param>

in the web.xml file of the context, but struts, ignores it and keeps
using it's own.