Trouble With Multiple Message Resources Bundles

2003-12-01 Thread Cornellious Mann
I am having trouble accessing a message from my non-default message bundle. I have the following entries in my struts-config.xml file... message-resources parameter=com.it.rfr.resources.rfrresources /message-resources message-resources key=shared

Re: Trouble With Multiple Message Resources Bundles

2003-12-01 Thread Hubert Rabago
I haven't used the multi bundles before, but I remember recently someone saying the order by which s/he declared the resources solved the problem: message-resources key=approvals parameter=com.myapp.one / message-resources key=org.apache.struts.action.MESSAGE parameter=com.myapp.two / instead

Trouble With Multiple Message Resources Bundles

2003-11-18 Thread Cornellious Mann
I am having trouble accessing a message from my non-default message bundle. I have the following entries in my struts-config.xml file... message-resources parameter=com.it.rfr.resources.rfrresources /message-resources message-resources key=shared