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/05/20 23:45:37 UTC

svn commit: r539953 - /struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp

Author: musachy
Date: Sun May 20 14:45:36 2007
New Revision: 539953

URL: http://svn.apache.org/viewvc?view=rev&rev=539953
Log:
Add showLoadingText to link that shows how to use custom loading text

Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp?view=diff&rev=539953&r1=539952&r2=539953
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remotelink/index.jsp Sun May 20 14:45:36 2007
@@ -84,6 +84,7 @@
 <sx:a  id="link3"
         href="%{#ajaxTest}"
 		loadingText="Loading!!!"
+        showLoadingText="true"
 		targets="t1">Update 'Div 1', use custom loading message</sx:a>
 
 <br/><br/>