I am trying to use an ActionMessage to return a message to a user upon
successful completion of an action.
Within my action I am adding items to ActionMessages object and then
calling saveMessages(request, messages). The text in my resource file
that corresponds to the ActionMessage is something like this:
success.folder.delete=The folder, <b>{0}</b> has been deleted successfully.
On my jsp page I am using the following to display the messages from the
action:
<html:messages id="message" message="true">
<bean:write name="message"/>
</html:messages>
The resulting display does not bold the variable part of the message but
instead displays the <b> tags.
The folder, <b>1</b>, has been deleted successfully.
Is this a bug or is it expected behavior?
Matt
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>