]
Brian Leathem updated RF-8226:
------------------------------
Description:
Implements the possibility to use HTML tags inside rich:messages text without escape it.
{code}
<rich:modalPanel id="mp" showWhenRendered="#{!empty
facesContext.maximumSeverity}">
<rich:messages layout="table" />
</rich:modalPanel>
{code}
When a message is throwed, all html tags are displayed as text too.
was:
Implements the possibility to use HTML tags inside rich:messages text without escape it.
<rich:modalPanel id="mp" showWhenRendered="#{!empty
facesContext.maximumSeverity}">
<rich:messages layout="table" />
</rich:modalPanel>
When a message is throwed, all html tags are displayed as text too.
Forum Reference:
rich:messages (escape HTML Tags = false)
----------------------------------------
Key: RF-8226
URL:
https://issues.jboss.org/browse/RF-8226
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: component-output
Environment: rich:messages component
Reporter: . .
Assignee: Brian Leathem
Priority: Minor
Labels: html_tag, rich_messages
Fix For: 4.1.0.Milestone3
Original Estimate: 1 hour
Remaining Estimate: 1 hour
Implements the possibility to use HTML tags inside rich:messages text without escape it.
{code}
<rich:modalPanel id="mp" showWhenRendered="#{!empty
facesContext.maximumSeverity}">
<rich:messages layout="table" />
</rich:modalPanel>
{code}
When a message is throwed, all html tags are displayed as text too.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: