es not work too.
I have also set up resource bundle in strutsconfig. it works, when i use
tag out of scriplet.
David Grundberg <[EMAIL PROTECTED]>
09/11/2006 05:12 PM
Please respond to
"Struts Users Mailing List"
To
Struts Users Mailing List
cc
Subject
Re: using ta
05:12 PM
Please respond to
"Struts Users Mailing List"
To
Struts Users Mailing List
cc
Subject
Re: using tag in scriptlet
I would try using " instead of ' as value delimiter. (key="test.hello"
instead of key='test.hello') Have you set up the resource
I would try using " instead of ' as value delimiter. (key="test.hello"
instead of key='test.hello') Have you set up the resource bundle in
strutsconfig?
[EMAIL PROTECTED] wrote:
Hi Everybody,
i have a struts application which gives multilanguage support.
And i want to a assign a property fil
Hi Everybody,
i have a struts application which gives multilanguage support.
And i want to a assign a property file key value to a string in scriptlet.
Here is the example jsp:
.
.
.
<%
String str="";
out.print(str);
%>
.
.
When i want to print "str" value, there is no output show
4 matches
Mail list logo