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
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
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
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
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
5 matches
Mail list logo