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) {


Reply via email to