[
https://issues.apache.org/jira/browse/TOBAGO-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17637744#comment-17637744
]
Udo Schnurpfeil commented on TOBAGO-2171:
-----------------------------------------
Is a IBM issue:
https://www.ibm.com/support/pages/apar/PI57951
Fix can be activated in server.xml with
{code}
<webContainer keepSeparatorMultipartFormField="true"/>
{code}
> 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
> Assignee: Udo Schnurpfeil
> Priority: Major
>
> 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)