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/04/22 12:50:30 UTC

svn commit: r1675325 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/00-default/default-command.xhtml

Author: lofwyr
Date: Wed Apr 22 10:50:29 2015
New Revision: 1675325

URL: http://svn.apache.org/r1675325
Log:
no escape="false"

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/00-default/default-command.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/00-default/default-command.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/00-default/default-command.xhtml?rev=1675325&r1=1675324&r2=1675325&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/00-default/default-command.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/60-command/00-default/default-command.xhtml Wed Apr 22 10:50:29 2015
@@ -25,10 +25,10 @@
   <ui:param name="title" value="Default Commands"/>
   <tc:panel>
     <f:facet name="layout">
-      <tc:gridLayout rows="*;3*;3*;*" columns="300px"/>
+      <tc:gridLayout rows="60px;3*;3*;*" />
     </f:facet>
 
-    <tc:out escape="false" value="&lt;h1>      #{overviewController.lastAction}&lt;/h1>"/>
+    <tx:in label="Last button clicked" readonly="true" value="#{overviewController.lastAction}"/>
 
     <tc:form id="form-1">
       <tc:panel id="panel-1">