> Hi, > In my application error messages are sent by a > legacy > application, and dont come from properties file, so > how can i put these messages in my ActionErrors > class > so i can display them on jsp, > for example how can i do this?? > in my code i have > ActionErrors errors = new ActionErrors(); > String message="message from legacy > application";//suppose this is the message that > comes > from legacy application > errors.add(ActionErrors.GLOBAL_ERROR,new > ActionError(message)); > but i get error when i do this, > so how can i make this work > > > > ===== > A$HI$H > > __________________________________________________ > Do You Yahoo!? > Yahoo! Finance - Get real-time stock quotes > http://finance.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >
===== A$HI$H __________________________________________________ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

