Hi

I am having problem with the output from ActionMessage.

I uses HTML tags like <BR> in my properties file.

When bean:write prints out my messges, it displays <BR> in the browser.

The HTML source turns out to be "&lt;BR&gt;".

I do not have this problem with ActionErrors.

Am I missing anything?

This is how I print it out in JSP:

<html:messages id="message" message="true">
        <b><bean:write name="message"/></b><br>
      </html:messages>



Sebastian


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

Reply via email to