Index: apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp
===================================================================
--- apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp (revision 465340)
+++ apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp (working copy)
@@ -7,15 +7,14 @@
+
+ href="/AjaxTest.action">
Initial Content
Index: apps/showcase/src/main/webapp/ajax/remotediv/example10.jsp
===================================================================
--- apps/showcase/src/main/webapp/ajax/remotediv/example10.jsp (revision 0)
+++ apps/showcase/src/main/webapp/ajax/remotediv/example10.jsp (revision 0)
@@ -0,0 +1,30 @@
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+<%@ taglib prefix="s" uri="/struts-tags" %>
+
+
+
+ Ajax Examples
+
+
+
+
+
+
+
+
+ Initial Content
+
+
+
+
+
Index: apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp
===================================================================
--- apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp (revision 465340)
+++ apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp (working copy)
@@ -7,17 +7,18 @@
+
- Initial Content
-
+
+ Initial Content
+
Index: apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp
===================================================================
--- apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp (revision 465340)
+++ apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp (working copy)
@@ -15,7 +15,7 @@
href="/AjaxTest.action"
theme="ajax"
delay="2000"
- updateFreq="%{#parameters.period}"
+ updateInterval="%{#parameters.period}"
errorText="There was an error">Initial Content
Index: apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp
===================================================================
--- apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp (revision 465340)
+++ apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp (working copy)
@@ -15,7 +15,7 @@
href="/AjaxTest.action"
theme="ajax"
delay="1000"
- updateFreq="5000"
+ updateInterval="5000"
errorText="There was an error"
loadingText="reloading">loading now
Index: apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp
===================================================================
--- apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp (revision 465340)
+++ apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp (working copy)
@@ -15,7 +15,7 @@
href="/Test3.action"
theme="ajax"
delay="1000"
- showErrorTransportText="true"
+ executeScripts="true"
loadingText="reloading">loading now
Index: apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp
===================================================================
--- apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp (revision 465340)
+++ apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp (working copy)
@@ -1,4 +1,3 @@
-
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
@@ -10,18 +9,38 @@
+
+
+
+
+
+
- Initial Content ... should not change
+ loadingText="Loading..."
+ refreshListenTopic="/refresh"
+ startTimerListenTopic="/startTimer"
+ stopTimerListenTopic="/stopTimer"
+ updateInterval="3000"
+ >
+ Initial Content