Hi,
I have a question. I have got to display dynamic messages at run time based on the result of a query.
E.g
Suppose on one condition I need to display the following
0 days
On some other condition I many need to display the following
68 days
As the error message changes (only the digits part) to any random number I cannot hard code this message in the Resource Bundle.
One more constraint is that my I need to do this from my action class.
Iam using
Struts 1.3.8 . Is it anyway possible ?
If so a small example code snippet would be realy helpful.
Cheers
Anirban