I've looked through the archives of struts-dev and couldn't find anything about this. I'd like to have multiple MessageResources in my app, so that I don't have to put all my messages into one humongous properties file for each locale (easier to maintain that way). Is there a standard way of doing this? I was experimenting with putting the MessageResources onto the page context, and then modifying RequestUtils so that it looks for the bundle on the page context before looking in the servlet context. However, I am hoping that there is a more standard way of doing this.
thanks, Moses
