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, like some thing relacted to hashtable or hashmap.. 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]>

