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 2007/07/30 16:44:41 UTC

svn commit: r560998 - /myfaces/tobago/trunk/example/demo/src/main/webapp/reference/sheet.jsp

Author: lofwyr
Date: Mon Jul 30 07:44:40 2007
New Revision: 560998

URL: http://svn.apache.org/viewvc?view=rev&rev=560998
Log:
fixing: fixed height (no tc:in allowed for fixed height)

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/reference/sheet.jsp

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/reference/sheet.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/sheet.jsp?view=diff&rev=560998&r1=560997&r2=560998
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/sheet.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/reference/sheet.jsp Mon Jul 30 07:44:40 2007
@@ -65,9 +65,9 @@
             <tc:out value="#{bean.value}"/>
           </tc:column>
           <tc:column label="Date">
-            <tc:in value="#{bean.date}">
+            <tc:out value="#{bean.date}">
               <f:convertDateTime dateStyle="medium" type="date"/>
-            </tc:in>
+            </tc:out>
           </tc:column>
         </tc:sheet>