You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/01/29 01:32:26 UTC

svn commit: r904322 - /myfaces/current20/test-webapp/webapp/src/main/webapp/ajax1.xhtml

Author: lu4242
Date: Fri Jan 29 00:32:26 2010
New Revision: 904322

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

Modified:
    myfaces/current20/test-webapp/webapp/src/main/webapp/ajax1.xhtml

Modified: myfaces/current20/test-webapp/webapp/src/main/webapp/ajax1.xhtml
URL: http://svn.apache.org/viewvc/myfaces/current20/test-webapp/webapp/src/main/webapp/ajax1.xhtml?rev=904322&r1=904321&r2=904322&view=diff
==============================================================================
--- myfaces/current20/test-webapp/webapp/src/main/webapp/ajax1.xhtml (original)
+++ myfaces/current20/test-webapp/webapp/src/main/webapp/ajax1.xhtml Fri Jan 29 00:32:26 2010
@@ -18,6 +18,7 @@
         <h:commandButton type="button" value="Ajax Update">
             <f:ajax execute="mainForm" render="outname"/>
         </h:commandButton>
+        <h:commandButton value="Normal Submit"/>
         <h:messages showDetail="true" showSummary="false"/>
     </h:panelGrid>
 </h:form>