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/01/11 12:54:34 UTC

svn commit: r1057592 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/in/in.xhtml

Author: lofwyr
Date: Tue Jan 11 11:54:33 2011
New Revision: 1057592

URL: http://svn.apache.org/viewvc?rev=1057592&view=rev
Log:
sample

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

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/in/in.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/in/in.xhtml?rev=1057592&r1=1057591&r2=1057592&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/in/in.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/in/in.xhtml Tue Jan 11 11:54:33 2011
@@ -24,11 +24,16 @@
 
   <tc:page>
     <f:facet name="layout">
-      <tc:gridLayout/>
+      <tc:gridLayout rows="auto;auto;auto;*"/>
     </f:facet>
     <tc:gridLayoutConstraint width="600px" height="300px"/>
 
     <tc:in value="Some Value"/>
+    <tc:in value="Some Required Value" required="true"/>
+
+    <tc:button label="submit"/>
+
+    <tc:cell/>
 
   </tc:page>
 </f:view>