Re: give suggestion data display base on the Locale

2010-10-18 Thread singh123
please understand this: s:iterator value=listObject s:component template=abc.vm s:param name=text value=listValue / s:param name=prefix value=listIndex / /s:component /s:iterator listValue is a values of list. i am using iterator to traverse the list. now on listValue, i want to put here

Re: give suggestion data display base on the Locale

2010-10-18 Thread Zoran Avtarovski
I think you¹re missing the point. Instead of: s:param name=text value=listValue / Use s:param name=text value=%{getText(listValue)} / Z. please understand this: s:iterator value=listObject s:component template=abc.vm s:param name=text value=listValue / s:param name=prefix

Re: give suggestion data display base on the Locale

2010-10-15 Thread Li Ying
You can call method [getText(activity.name)] to retrieve localized string. Read this document for more information: http://struts.apache.org/2.2.1/docs/localization.html 2010/10/15 singh123 vij...@rediffmail.com: s:iterator value=listObject s:component template=abc.vm        s:param