You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2007/07/31 08:29:51 UTC

svn commit: r561240 - /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/renderkit/html/ext/template/outputText_children.ftl

Author: mmarinschek
Date: Mon Jul 30 23:29:50 2007
New Revision: 561240

URL: http://svn.apache.org/viewvc?view=rev&rev=561240
Log:
https://issues.apache.org/jira/browse/TOMAHAWK-1065: Default outputText_children didn't care about null-values.

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/renderkit/html/ext/template/outputText_children.ftl

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/renderkit/html/ext/template/outputText_children.ftl
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/renderkit/html/ext/template/outputText_children.ftl?view=diff&rev=561240&r1=561239&r2=561240
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/renderkit/html/ext/template/outputText_children.ftl (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/renderkit/html/ext/template/outputText_children.ftl Mon Jul 30 23:29:50 2007
@@ -1 +1 @@
-${text}
\ No newline at end of file
+${text!""}
\ No newline at end of file