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
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="
2 matches
Mail list logo