Re: give suggestion data display base on the Locale

2010-10-18 Thread singh123
t; 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 : >> >> >> >>

give suggestion data display base on the Locale

2010-10-15 Thread singh123
listObject is a Linked list object. listValue and listIndex is of Object type. i have two properties file: messages.properties: activity.name=activity messages_fr.properties: activity.name=activity_fr i want to add Localization feature so that when Linked list popul

component tag in Struts2

2010-10-15 Thread singh123
Can any body simplify this.and what is the difference in both param tags Thanks. -- View this message in context: http://old.nabble.com/component-tag-in-Struts2-tp29970512p29970512.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Activity can display dynamically depend on the locale on Struts

2010-10-15 Thread singh123
thanks. singh123 wrote: > > i want to display activities dynamically which can be increase or decrease > on struts 2 framework and that depend on the Locale (like English or > French) . > dynamically means user can be expend or collapse (add or delete) activity > at run

Activity can display dynamically depend on the locale on Struts

2010-10-12 Thread singh123
i want to display activities dynamically which can be increase or decrease on struts 2 framework and that depend on the Locale (like English or French) . dynamically means user can be expend or collapse (add or delete) activity at run time. I have two properties file: messages.properties: activi