Re: ActionMessage display html tag on the jsp

2006-02-16 Thread RathinaGanesh MeenakshiSundaram
Set the filter="false" on jsp. Like this... Thanks, Ganesh! On 12/23/05, Carl Smith <[EMAIL PROTECTED]> wrote: > > I am using ActionMessage: > > > actionMessages.add(ActionMessages.GLOBAL_MESSAGE, > new ActionMessage("message.key", > parameter1,parameter1,parameter2,parameter3)); > sa

ActionMessage display html tag on the jsp

2005-12-23 Thread Carl Smith
I am using ActionMessage: actionMessages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("message.key", parameter1,parameter1,parameter2,parameter3)); saveMessages(request,actionMessages); parameter3="Thank you!" However on my jsp I see Thank you!, html tag shows