using tag in scriptlet

2006-09-11 Thread Alperen . PAKER
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

Re: using tag in scriptlet

2006-09-11 Thread Alperen . PAKER
Yes i have already try " instead of ' as value deliminator. I also tried: key=\"test.hello\" but it does 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 "St