Support Article
List to List with text area new line character causes the issue
SA-10988
Summary
A List To List control, requires source and target pageLists. In one of the pages for the source or target pageList, a property is referenced for a textArea control.
If the value specified for the textArea control has multiple line (\n) , then ListToList does not show any values.
Error Messages
Not Applicable.
Steps to Reproduce
Create a List To List.
The pageList referred in source or targets should have atleast one property that has a new line character.
When such a List To List is rendered, it shows no values in the UI. (for both source and target pageLists).
Root Cause
ListToListTag.java code was breaking for the above scenario. The escapejsonintostring API in listtolisttag.java file is used.
Resolution
Issue is resolved by following Hotfixes:
- Hfix-9587
- Hfix-22097
Published July 10, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.