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 2010/10/22 11:11:18 UTC

svn commit: r1026260 - /myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/overview/form.jsp

Author: lofwyr
Date: Fri Oct 22 09:11:18 2010
New Revision: 1026260

URL: http://svn.apache.org/viewvc?rev=1026260&view=rev
Log:
add fields in outer form

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/overview/form.jsp

Modified: myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/overview/form.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/overview/form.jsp?rev=1026260&r1=1026259&r2=1026260&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/overview/form.jsp (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/demo/src/main/webapp/overview/form.jsp Fri Oct 22 09:11:18 2010
@@ -71,9 +71,12 @@
             <tc:gridLayout columns="*;fixed" rows="fixed;*"  />
           </f:facet>
 
-          <tc:cell/>
-          <tc:button label="#{overviewBundle.submitAll}" />
-          <tc:cell spanX="2" />
+          <tx:in value="#{demo.text[2]}" required="true" label="#{overviewBundle.newValue}" />
+          <tc:cell spanY="2" >
+            <tc:button label="#{overviewBundle.submitAll}" />
+          </tc:cell>
+          <tx:in value="#{demo.text[2]}" readonly="true" label="#{overviewBundle.modelValue}" />
+
         </tc:panel>
       </tc:box>
     </tc:panel>