using bean 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=bean:message key='test.hello'/; out.print(str); % . . When i want to print str

Re: using bean tag in scriptlet

2006-09-11 Thread David Grundberg
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 file

Re: using bean tag in scriptlet

2006-09-11 Thread Alperen . PAKER
to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: using bean 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 bundle in strutsconfig

Re: using bean tag in scriptlet

2006-09-11 Thread Laurie Harper
@struts.apache.org cc Subject Re: using bean 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 bundle in strutsconfig? [EMAIL PROTECTED] wrote: Hi Everybody, i have a struts application which gives