Bhaarat Sharma wrote:
I am doing this but not working
imi.welcome = Hello {0}
Unless you have a property named "World", it won't. You probably mean to
send an immediate string, the OGNL for which is %{'World'}.
Dave
-
To
I am doing this but not working
imi.welcome = Hello {0}
On Wed, Jun 3, 2009 at 7:16 PM, Dave Newton wrote:
> Bhaarat Sharma wrote:
>
>> is there a way in struts2 to create a locale in the properties file and
>> then
>> substitue values to it?
>> For example:
>> in properties file:
>> myApp.Wel
Bhaarat Sharma wrote:
is there a way in struts2 to create a locale in the properties file and then
substitue values to it?
For example:
in properties file:
myApp.Welcome = "Hello ?"
then when we call this locale we can pass in some value for '?'
This would print:
Hello World
Hello John
Yo
is there a way in struts2 to create a locale in the properties file and then
substitue values to it?
For example:
in properties file:
myApp.Welcome = "Hello ?"
then when we call this locale we can pass in some value for '?'
This would print:
Hello World
Hello John
Thanks
-bhaarat
4 matches
Mail list logo