diff --git a/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp b/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp index 958490790..f9982e77b 100644 --- a/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotebutton/index.jsp @@ -1,4 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -12,7 +13,7 @@ function after() {alert("after request");} function handler(widget, node) { alert('I will handle this myself!'); - dojo.byId(widget.targetsArray[0]).innerHTML = "Done"; + dojo.byId(widget.targetsArray[0]).innerHTML = "Done"; } dojo.event.topic.subscribe("/after", function(data, type, e){ diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp index 99ccc84a6..47f8fa6b9 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example1.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -11,12 +12,11 @@ - - Initial Content + Initial Content diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example10.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example10.jsp index 09034b7dd..c4dadc923 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example10.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example10.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -17,13 +18,12 @@ - - Initial Content + Initial Content diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp index f2c320d8c..261aaffbd 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example2.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -12,15 +13,14 @@ - - Initial Content + Initial Content diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp index b5ef77069..ba640401f 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example3.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -12,14 +13,13 @@ -Initial Content + errorText="There was an error">Initial Content diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp index 6b93de8c6..077ee5ab3 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -11,15 +12,14 @@ -loading now + loadingText="reloading">loading now diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp index 75b6e1928..b83d1bf99 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example5.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -11,14 +12,13 @@ -loading now + loadingText="reloading">loading now diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp index 3088742bc..b33caf900 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example6.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -9,14 +10,13 @@ -loading now + loadingText="reloading">loading now diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp index 356d62c44..970783a81 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example7.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -12,14 +13,13 @@ -loading now + loadingText="reloading">loading now diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp index 37fc6da14..de28e5ccf 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example8.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -35,9 +36,8 @@ - - Initial Content + Initial Content diff --git a/apps/showcase/src/main/webapp/ajax/remotediv/example9.jsp b/apps/showcase/src/main/webapp/ajax/remotediv/example9.jsp index 3ea37dc99..4520c123d 100644 --- a/apps/showcase/src/main/webapp/ajax/remotediv/example9.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotediv/example9.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -35,9 +36,8 @@ - - Initial Content + Initial Content diff --git a/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp b/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp index b4125de65..dab0ddd4b 100644 --- a/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp +++ b/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -36,44 +37,39 @@

-Update 'Div 1' and 'Div 2', publish topic '/after', use indicator + targets="t1,t2" notifyTopics="/after" >Update 'Div 1' and 'Div 2', publish topic '/after', use indicator

-Try to update 'Div 1', use custom error message + targets="t1">Try to update 'Div 1', use custom error message

-Update 'Div 1', use custom loading message + targets="t1">Update 'Div 1', use custom loading message

-Update 'Div 2' and execute returned javascript + targets="t2">Update 'Div 2' and execute returned javascript

-Update 'Div 2' using a custom handler + targets="t2">Update 'Div 2' using a custom handler

@@ -86,12 +82,11 @@

-Update 'Div 2' with the content of the textbox + >Update 'Div 2' with the content of the textbox

diff --git a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp index ff9a99c9b..b34f047fc 100644 --- a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp +++ b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example1.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> + <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -29,81 +30,81 @@
- - + + This is the first pane

-
- + + This is the second panel - - + + This is the three - -
+ +
- - + + This is the left pane

-
- - + + + middle tab

-
- -
+ + +
- - + + - - - - + + + + - - + + Outer one
- - Inner 1 - Inner 2 - Inner 3 - -
- + + Inner 1 + Inner 2 + Inner 3 + + + Outer two
- - Inner 21 - Inner 22 - Inner 23 - -
- + + Inner 21 + Inner 22 + Inner 23 + + + Outer three
- - Inner 31 - Inner 32 - Inner 33 - -
-
+ + Inner 31 + Inner 32 + Inner 33 + + +
diff --git a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp index ab2d7118f..69bb82dae 100644 --- a/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp +++ b/apps/showcase/src/main/webapp/ajax/tabbedpanel/example2.jsp @@ -1,5 +1,6 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> +<%@ taglib prefix="sx" uri="/struts-dojo-tags" %> @@ -13,15 +14,15 @@ - - + + I'm a Tab!!! - - + + I'm the other Tab!!! - + - +