| Author |
using fmt:message instead of bean:message
|
poornima balagopal
Ranch Hand
Joined: Dec 02, 2003
Posts: 83
|
|
Hi I have a customized MessageResources class and corresponding factory class. If I want to use this customized class as my message resources class for the struts application , I can give an entry in struts-config.xml .(in the message resource element , I will set the factory attribute). What�s the problem I am facing now is, I want to use fmt:message instead of bean:message in my application. If I am not using the customized class it will work. But I want to use this coustomized class instead of default message resource class. Can anybody help me ? regards Poornima
|
 |
alan do
Ranch Hand
Joined: Apr 14, 2005
Posts: 354
|
|
fmt:message doesn't care about where your message resource is as long as you 'tell' it where it is in your app. inside you web.xml simply add:
|
-/a<br />certified slacker...yes, my last name is 'do' - <a href="http://www.luckycouple.com" target="_blank" rel="nofollow">luckycouple.com</a>
|
 |
 |
|
|
subject: using fmt:message instead of bean:message
|
|
|