RE: Validation FW: Displaying messages passed the request

2001-08-28 Thread "Paradis, André"
on FW: Displaying messages passed the request I have a SaveAction that sets up some success messages using:  messages.add(new ActionMessage("timesheetManage.save.success")); saveMessages(Constants.MESSAGE_KEY, request, messages);     And upon this save, the findF

Validation FW: Displaying messages passed the request

2001-08-28 Thread Matt Raible
I have a SaveAction that sets up some success messages using:  messages.add(new ActionMessage("timesheetManage.save.success")); saveMessages(Constants.MESSAGE_KEY, request, messages);     And upon this save, the findForward("success") forwards to another action class with:     name="