Thanks for the info..
Im trying to use internationalisation using Struts2.
My
jsp looks like this:
Im using tiles..
In the output I couldnt get the value of the key "welcome" from the ApplicationResources_en_US.properties .
Instead I get "welcome" printed on the screen.
My console prints the following :
2008-Jan-16 10:16:10,671 - DEBUG com.opensymphony.xwork2.util.InstantiatingNullHandler - Entering nullMethodResult
2008-Jan-16 10:16:10,671 - DEBUG com.opensymphony.xwork2.util.LocalizedTextUtil - Unable to find text for key 'welcome' in class 'com.opensymphony.xwork2.ActionSupport' and locale 'en_US'
2008-Jan-16 10:16:10,671 - DEBUG com.opensymphony.xwork2.util.InstantiatingNullHandler - Entering nullPropertyValue [target=[com.opensymphony.xwork2.ActionSupport@fa0094, com.opensymphony.xwork2.DefaultTextProvider@4adb34], property=org]
2008-Jan-16 10:16:10,671 - DEBUG com.opensymphony.xwork2.interceptor.I18nInterceptor - after Locale=en_US
2008-Jan-16 10:16:10,671 - DEBUG com.opensymphony.xwork2.interceptor.I18nInterceptor - intercept }
Please help me understand...