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/28 18:35:16 UTC

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

Author: musachy
Date: Mon May 28 09:35:14 2007
New Revision: 542261

URL: http://svn.apache.org/viewvc?view=rev&rev=542261
Log:
Fix example to use Dojo plugin tags

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

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp?view=diff&rev=542261&r1=542260&r2=542261
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/remoteforms/index.jsp Mon May 28 09:35:14 2007
@@ -5,7 +5,7 @@
 <html>
 <head>
     <title>Ajax Examples</title>
-    <s:head theme="ajax"/>
+    <sx:head />
 
     <script language="JavaScript" type="text/javascript">
         dojo.event.topic.subscribe("/beforeSubmit", function(event, widget) {