You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Simon Lessard (JIRA)" <ad...@incubator.apache.org> on 2006/07/21 13:50:13 UTC

[jira] Created: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

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


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

        

[jira] Updated: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

Posted by "Simon Lessard (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-86?page=all ]

Simon Lessard updated ADFFACES-86:
----------------------------------

    Attachment: OutputDocument-parseValue.patch

> 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

        

[jira] Updated: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-86:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> Add an parse/interpret attribute to outputDocument
> --------------------------------------------------
>
>                 Key: ADFFACES-86
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-86
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Simon Lessard
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

Posted by "Simon Lessard (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-86?page=all ]

Simon Lessard updated ADFFACES-86:
----------------------------------

    Status: Patch Available  (was: Open)

> 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

        

[jira] Commented: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

Posted by "Simon Lessard (JIRA)" <ad...@incubator.apache.org>.
    [ 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

        

[jira] Updated: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ 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

        

[jira] Commented: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-86?page=comments#action_12425317 ] 
            
Adam Winer commented on ADFFACES-86:
------------------------------------

Stylistically, I'm not much in love with the "DocumentRenderingContext" class;
I'd rather see most of the the ordinary parameters passed around, and a simple
RenderState object, if necessary, for the document-specific stuff.
(The fact that DocumentRenderingContext is not a subclass of
RenderingContext is one specific issue).

I'm also unsure of the value of this in general.  I'm not aware of a format
that includes "\n" strings in its parsed content.  So, mostly -1 on this 
feature request (and, in general, please use the -dev list to discuss
feature requests before filing a JIRA issue).

> 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

        

[jira] Resolved: (ADFFACES-86) Add an parse/interpret attribute to outputDocument

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-86?page=all ]

Adam Winer resolved ADFFACES-86.
--------------------------------

    Resolution: Won't Fix

> 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