You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Nöth (Jira)" <de...@myfaces.apache.org> on 2022/11/22 12:00:06 UTC

[jira] [Created] (TOBAGO-2171) Newlines vanished in tc:textarea

Henning Nöth created TOBAGO-2171:
------------------------------------

             Summary: Newlines vanished in tc:textarea
                 Key: TOBAGO-2171
                 URL: https://issues.apache.org/jira/browse/TOBAGO-2171
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 5.3.0
            Reporter: Henning Nöth


Newlines may vanish in tc:textarea if:
* open-liberty is used
* a tc:file is on the page

Example:
Textarea has the text:
"qwe

asdf". The button is clicked. the value text1 in the textareaController has the value "qweasdf".
{code:xml}
<tc:file value="..."/>
  <tc:form>
    <tc:textarea value="#{textareaController.text1}"/>
    <tc:button label="Submit"/>
  </tc:form>
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)