Hi, we could display errors in Struts by doing actionErrors.add(key, new Actionmessage("string")), addErrors(request, actionErrors); and then outputting it into a JSP page via
I'm wondering, how do I output success messages in Struts? How do you normally/conventionally do it?