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 2014/01/07 08:49:11 UTC

svn commit: r1556133 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/html.xhtml

Author: lofwyr
Date: Tue Jan  7 07:49:10 2014
New Revision: 1556133

URL: http://svn.apache.org/r1556133
Log:
plain html test page

Added:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/html.xhtml
      - copied, changed from r1555841, myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/page.xhtml

Copied: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/html.xhtml (from r1555841, myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/page.xhtml)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/html.xhtml?p2=myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/html.xhtml&p1=myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/page.xhtml&r1=1555841&r2=1556133&rev=1556133&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/page.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/page/html.xhtml Tue Jan  7 07:49:10 2014
@@ -23,7 +23,18 @@
     xmlns:f="http://java.sun.com/jsf/core">
 
   <tc:page>
-    <tc:textarea value="this is to test the size"/>
+
+    <ol>
+      <li>
+        One
+      </li>
+      <li>
+        Two
+      </li>
+      <li>
+        Three
+      </li>
+    </ol>
 
   </tc:page>
 </f:view>