You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/02/20 09:58:32 UTC

svn commit: r509472 - /tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml

Author: apetrelli
Date: Tue Feb 20 00:58:31 2007
New Revision: 509472

URL: http://svn.apache.org/viewvc?view=rev&rev=509472
Log:
TILESSHOW-7
Fixed some wrong class references.

Modified:
    tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml?view=diff&rev=509472&r1=509471&r2=509472
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/struts-config.xml Tue Feb 20 00:58:31 2007
@@ -42,9 +42,9 @@
     <!-- in a real application deployment -->
 
     <action    path="/admin/tiles/reload"
-               type="org.apache.struts.tiles.actions.ReloadDefinitionsAction"/>
+               type="org.apache.struts.tiles2.actions.ReloadDefinitionsAction"/>
     <action    path="/admin/tiles/view"
-               type="org.apache.struts.tiles.actions.ViewDefinitionsAction"/>
+               type="org.apache.struts.tiles2.actions.ViewDefinitionsAction"/>
     <action    path="/switch"
                type="org.apache.struts.actions.SwitchAction"/>