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 2011/06/22 11:08:00 UTC

svn commit: r1138348 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/simple.xhtml

Author: lofwyr
Date: Wed Jun 22 09:07:59 2011
New Revision: 1138348

URL: http://svn.apache.org/viewvc?rev=1138348&view=rev
Log:
add button

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/simple.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/simple.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/simple.xhtml?rev=1138348&r1=1138347&r2=1138348&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/simple.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/simple.xhtml Wed Jun 22 09:07:59 2011
@@ -18,13 +18,11 @@
 
 <f:view
     xmlns:tc="http://myfaces.apache.org/tobago/component"
-    xmlns:tx="http://myfaces.apache.org/tobago/extension"
-    xmlns:ui="http://java.sun.com/jsf/facelets"
-    xmlns:h="http://java.sun.com/jsf/html"
     xmlns:f="http://java.sun.com/jsf/core">
   <tc:page id="page">
 
     <tc:in readonly="true" id="in" value="Simple Test"/>
+    <tc:button label="CLICK" />
 
   </tc:page>
 </f:view>