You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/06/08 15:11:36 UTC

svn commit: r1798077 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml

Author: lofwyr
Date: Thu Jun  8 15:11:36 2017
New Revision: 1798077

URL: http://svn.apache.org/viewvc?rev=1798077&view=rev
Log:
TOBAGO-1750 - Problem with length in textarea (CRLF vs. LF)

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml?rev=1798077&r1=1798076&r2=1798077&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/50-migration/96-migration/migration40.xhtml Thu Jun  8 15:11:36 2017
@@ -98,6 +98,14 @@
       </p>
     </tc:section>
 
+    <tc:section label="CRLF in textarea">
+      <p>
+        CRLF in textarea will be converted to LF automatically to avoid inconsistencies with length validation.
+        If you need the old behaviour, set <code>&lt;decode-line-feed>false&lt;/decode-line-feed></code>
+        in the <code>tobago-config.xml</code>.
+      </p>
+    </tc:section>
+
 
   </tc:section>