You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/06/02 17:29:24 UTC

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

Author: musachy
Date: Sat Jun  2 08:29:23 2007
New Revision: 543751

URL: http://svn.apache.org/viewvc?view=rev&rev=543751
Log:
Add "showLoadingText" to example

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

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp?view=diff&rev=543751&r1=543750&r2=543751
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotediv/example4.jsp Sat Jun  2 08:29:23 2007
@@ -19,7 +19,8 @@
         delay="1000"
         updateFreq="5000"
         errorText="There was an error"
-        loadingText="reloading">loading now</sx:div>
+        loadingText="reloading"
+        showLoadingText="true">loading now</sx:div>
 
 <s:include value="../footer.jsp"/>