You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2007/01/08 01:22:15 UTC

svn commit: r493884 - /struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp

Author: husted
Date: Sun Jan  7 16:22:13 2007
New Revision: 493884

URL: http://svn.apache.org/viewvc?view=rev&rev=493884
Log:
example8 - swap buttons to make use case more obvious. 

Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp?view=diff&rev=493884&r1=493883&r2=493884
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp Sun Jan  7 16:22:13 2007
@@ -30,8 +30,8 @@
 <br/><br/>
 
 <input type=button value="refresh" onclick="controller.refresh()">
-<input type=button value="start timer" onclick="controller.start()">
 <input type=button value="stop timer" onclick="controller.stop()">
+<input type=button value="start timer" onclick="controller.start()">
 
 <s:url id="ajaxTest" value="/AjaxTest.action" />