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)