From adffaces-issues-return-565-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Wed Aug 02 18:10:51 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 7012 invoked from network); 2 Aug 2006 18:10:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 18:10:51 -0000 Received: (qmail 90237 invoked by uid 500); 2 Aug 2006 18:10:51 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 90219 invoked by uid 500); 2 Aug 2006 18:10:51 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 90210 invoked by uid 99); 2 Aug 2006 18:10:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 11:10:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 11:10:50 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D44C410025 for ; Wed, 2 Aug 2006 18:08:17 +0000 (GMT) Message-ID: <21235267.1154542097445.JavaMail.jira@brutus> Date: Wed, 2 Aug 2006 11:08:17 -0700 (PDT) From: "Adam Winer (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-86) Add an parse/interpret attribute to outputDocument In-Reply-To: <8764018.1153489813910.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/ADFFACES-86?page=all ] Adam Winer updated ADFFACES-86: ------------------------------- Status: Open (was: Patch Available) > 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