Karim REFEYTON created MYFACES-3661:
---------------------------------------
Summary: outputFormat and multiline text property
Key: MYFACES-3661
URL: https://issues.apache.org/jira/browse/MYFACES-3661
Project: MyFaces Core
Issue Type: Bug
Components: JSR-252
Affects Versions: 2.0.14
Reporter: Karim REFEYTON
outputFormat doesn't replace parameters out of the first line of the property:
---cut here [myfile.properties]---
myText=First line with parameter 0 value : {0} \
<br/>Second line with parameter 0 value: {0}
---cut here---
---cut here [xhtml extract]---
<h:outputFormat value="#{msg.myText}" escape="false">
<f:param value="prm0"/>
</h:outputFormat>
---cut here---
Due to the multiline property (use of the "\" character in property value), the
result is:
---cut here---
First line with parameter 0 value : prm0
Second line with parameter 0 value: {0}
---cut here---
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira