From 4fa7b5619f910a57437b1125a54e226f0a987aed Mon Sep 17 00:00:00 2001 From: Rainer Hermanns Date: Mon, 13 Nov 2006 23:56:10 +0000 Subject: [PATCH] upgrade struts2 dojo widget due to upgrading dojo to 0.4 o update for Dojo tab sample Issue Number: WW-1484 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@474589 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/WEB-INF/view/ajaxExample.jsp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp b/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp index d0b55af40..ad6c48fd7 100644 --- a/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp +++ b/apps/portlet/src/main/webapp/WEB-INF/view/ajaxExample.jsp @@ -4,22 +4,22 @@ This is a tabbed pane with two panels that fetches data from a remote action via ajax - + This is the left pane

-
- - + + + middle tab

-
- + +

@@ -40,7 +40,7 @@ A DIV that is updated every 2 seconds href="/view/ajaxData.action" theme="ajax" delay="2000" - updateFreq="2000" + updateInterval="2000" errorText="There was an error" loadingText="loading...">Initial Content