Re: Message-resources parameter setting for struts 1.2

2004-09-06 Thread Lai Boon Hui
Thanks for the quick reply. I am just curious why the struts-blank.war for struts 1.2 uses MessageResources at the message resource setting when there is no MessageResource.properties file inside the resources folder. So is there a mistake there and that the resource setting should have been resou

Re: Message-resources parameter setting for struts 1.2

2004-09-05 Thread Michael McGrady
Lai Boon Hui wrote: I am just playing around with struts-blnak.war that comes with all dist. The reason that the references to resources works is that the references really refer to the files in question. Just any old name won't do. So, if you use a file name that is totally different from the

Re: Message-resources parameter setting for struts 1.2

2004-09-05 Thread Lai Boon Hui
I am just playing around with struts-blnak.war that comes with all dist. The structure is like: C:. |---META-INF |---pages |---WEB-INF |---classes | |--resources |---lib |---src |---java |---resources where application.properties file is in the resources folder. Thus when you set the application

Re: Message-resources parameter setting for struts 1.2

2004-09-05 Thread Michael McGrady
Lai Boon Hui wrote: In struts 1.1, struts-confgi.xml we declare properties file setting using: but in struts 1.2, it has become: as seen in struts-blank.war. I tried to extract and recompile and redeploy this war file and it didn't work like the properties file is not recognized. It only worked

Message-resources parameter setting for struts 1.2

2004-09-05 Thread Lai Boon Hui
In struts 1.1, struts-confgi.xml we declare properties file setting using: but in struts 1.2, it has become: as seen in struts-blank.war. I tried to extract and recompile and redeploy this war file and it didn't work like the properties file is not recognized. It only worked when i revert to st