Re: Best practises to get message resource in java class,

2004-10-22 Thread Craig McClanahan
The Struts source code itself offers many examples of how to programatically access localized text from a mesage bundle. The MessageResources class is the key to this -- it's also the code used by tags like for ths purpose. For example, here's some snippets from how one might use a MessageResour

Best practises to get message resource in java class,

2004-10-22 Thread Ashish Kulkarni
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 p