| Author |
global properties file
|
MaheshS Kumbhar
Ranch Hand
Joined: Sep 24, 2009
Posts: 188
|
|
I have a problem configuring global.properties file.
I have a following directory structure in my program
src
|
Properties-->global.properties
|
struts2-->package.properties
|
struts2.Register.Action--> RegisterAction class
|
struts2.Register.Model -->Person class
|
struts.xml file
WebRoot
|
WEB-INF
|
register.jsp
struts.xml file is as follow
Here register.jsp page is accessing key present in global.properties file using <s:text /> tag but failing with
WARNING: The first TextProvider in the ValueStack (struts2.Register.Action.RegisterAction) could not locate the message resource with key 'global'
WARNING: The default value expression 'global' was evaluated and did not match a property. The literal value 'global' will be used.
Can you please help in solving the problem with above scenario?
|
I am slow but sure
|
 |
Shriram Pandit
Greenhorn
Joined: Apr 08, 2011
Posts: 11
|
|
|
I am also getting the same WARNINGs anybody please help
|
 |
 |
|
|
subject: global properties file
|
|
|