Re: How to retrieve all action messages in java code

2010-04-11 Thread dusty
che.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://old.nabble.com/How-to-retrieve-all-action-messages-in-java-code-tp28196001p28213359.html Sent from the Struts - User mailing list archive at Nabble.com. ---

How to retrieve all action messages in java code

2010-04-09 Thread Emi Lu
Good afternoon, I'd like to know (1) how to get all action messages in java code (2) How to remove some action message from ActionMessages Something like (1) returns ActionMessage("key1") ActionMessage("key2") ... ActionMessage("keyN") (2) removes key1...key9 Thanks a lot! -- Lu Ying