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 2015/07/22 10:06:23 UTC

svn commit: r1692231 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/00/input.xhtml

Author: lofwyr
Date: Wed Jul 22 08:06:22 2015
New Revision: 1692231

URL: http://svn.apache.org/r1692231
Log:
fix double box

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/00/input.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/00/input.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/00/input.xhtml?rev=1692231&r1=1692230&r2=1692231&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/00/input.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/00/input.xhtml Wed Jul 22 08:06:22 2015
@@ -23,7 +23,9 @@
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core">
 
-  <tc:box label="Input">
+  <ui:param name="title" value="Input"/>
+
+  <tc:panel>
     <f:facet name="layout">
       <tc:gridLayout rows="auto;auto;auto;auto;auto;auto;auto;2*;3*;2*;2*;2*;2*;2*"/>
     </f:facet>
@@ -75,5 +77,5 @@
       <tc:out value=" inside of a floating text."/>
     </tc:panel>
 
-  </tc:box>
+  </tc:panel>
 </ui:composition>