[ http://issues.apache.org/jira/browse/ADFFACES-86?page=comments#action_12422755 ] Simon Lessard commented on ADFFACES-86: ---------------------------------------
Actually, properties files are not the real issue as they do \n parsing. However, the attribute can be useful if the text ceom from a database and the data access layer does not process parsing. > Add an parse/interpret attribute to outputDocument > -------------------------------------------------- > > Key: ADFFACES-86 > URL: http://issues.apache.org/jira/browse/ADFFACES-86 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Reporter: Simon Lessard > Priority: Minor > Attachments: OutputDocument-parseValue.patch > > > Currently, outputDocument does not parse its value. The value string must > contains '\n' or '\r' to split the paragraphs. However, if the user would > like to link the outputDocument to a text found in a properties file, that > will be impossible as you must put every entry on a single line in those > files. So the new attribute would slightly alter the code path in order to > interpret its value and replace textual "\n" and "\r" by line feeds. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
