Posted By:
Nora_Green
Posted On:
Thursday, October 28, 2004 09:20 AM
I have a struts web application needs to internationlized. Many of the collections are retrieved from database and looked up in jsp using . For example the jsp code is as follows:( collection1 is an Array retrieved from database during start up, Objects class has getDescription() method ) I would like to show difference descriptions (for exmple English or French ) based on session's Local object. Is there a way for to pick up the right getDescription() method based on localization? Or are there any other ways to implement it? Any comments or suggestions are appreciated. Thank you very much.
More>>
I have a struts web application needs to internationlized.
Many of the collections are retrieved from database and looked up in jsp using
. For example the jsp code is as follows:( collection1 is an Array retrieved from database during start up, Objects class has getDescription() method )
I would like to show difference descriptions (for exmple English or French ) based on session's Local object. Is there a way for
to pick up the right getDescription() method based on localization? Or are there any other ways to implement it?
Any comments or suggestions are appreciated. Thank you very much.