I can't figure out how to return dynamic error messages in the ActionErrors 
collection. In other words, if an exception is thrown in an
Action object, I want to use the e.getMessage() to get the message description and use 
that to populate an ActionError. The ActionError
class doesn't seem to have a constructor that supports this. Help!

- Darryl

Reply via email to