Hi all,
I've got the following problem. I have an action that edits the details of a user. When the action finishes correctly I want to show a confirmation message, so in the action:

ActionMessages msg = new ActionMessages();
msg.add(Constants.MESSAGE_CONFIRM, new ActionMessage("prompt.changes.saved"));
saveMessages(request, msg);

But when I'm redirected back in the jsp there's no message showing (there's a specific tile for
messages). Can you please advise on how I can accomplish this?

Thank you
Dimitris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to