Hi
I am working on a struts application, In this a Action
class calls a java class which does all the business
logic, then this java class returns a ArrayList which
has 
1 Completion flag, 0 successfull, 1 error
2 All messages to be displayed
3 Data for jsp screen

These messages generated due to problem with data for
business logic, for example value cannot be 2 if user
= ABC
I want these messages to be Internationalized,  I will
define these messages in resource file, and generate
them in this java class
What is the best way of doing it, i want these java
classes to be decoupled from struts, so can be used in
any web application.
What will be the best way to do so
Ashish


                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to