I'm kinda lost with this. I set a message like below :
ActionMessages msgs = new ActionMessages();
msgs.add("removido", new ActionMessage("br.com.auge.bancoprojetos.registroRemovido"));
saveMessages(request,msgs);
Than I want to display it:
<logic:messagesPresent> <html:messages="removido"> </html:messages> </logic:messagesPresent>
That's not working anyway....
I'm kinda lost with id and name as well, which one is which??
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]