Author: apetrelli
Date: Sun Feb 11 03:43:28 2007
New Revision: 505897

URL: http://svn.apache.org/viewvc?view=rev&rev=505897
Log:
TILES-11
Removed useless invocation of SwitchAction

Modified:
    tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml
    
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml

Modified: 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml
URL: 
http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml?view=diff&rev=505897&r1=505896&r2=505897
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml 
(original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-defs.xml 
Sun Feb 11 03:43:28 2007
@@ -97,7 +97,7 @@
 <definition name="common.menu.examples" template="/layouts/menu.jsp" >
   <putAttribute name="title" value="Examples" />
   <putListAttribute name="items" >
-    <item value="Home"     
link="/switch.do?prefix=/examples&amp;page=/index.jsp" />
+    <item value="Home"     link="/examples/index.jsp" />
   </putListAttribute>
 </definition>
 

Modified: 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml
URL: 
http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml?view=diff&rev=505897&r1=505896&r2=505897
==============================================================================
--- 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml 
(original)
+++ 
tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/tiles-doc-defs.xml 
Sun Feb 11 03:43:28 2007
@@ -85,7 +85,7 @@
   <putAttribute name="title" value="Documentation" />
     <putListAttribute name="items" >
       <item value="Home"           link="/index.jsp"  />
-      <item value="Live Examples (new)" 
link="/switch.do?prefix=/examples&amp;page=/index.jsp"  />
+      <item value="Live Examples (new)" link="/examples/index.jsp"  />
       <!--
          <item> <value>Commented Examples</value> 
                        <link>/examples/index.jsp</link>
@@ -93,8 +93,8 @@
          </item>
          -->
       <item value="Quick overview" link="/doc/quickOverview.jsp"  />
-      <item value="Tutorial"       
link="/switch.do?prefix=/tutorial&amp;page=/index.jsp"  />
-      <item value="Tutorial Live Examples" 
link="/switch.do?prefix=/tutorial&amp;page=/index.jsp" />
+      <item value="Tutorial"       link="/doc/tutorial.jsp"  />
+      <item value="Tutorial Live Examples" link="/tutorial/index.jsp" />
       <item value="Download"       link="/doc/download.jsp" />
       <item value="Installation"   link="/doc/installation.jsp" />
       <item value="User Guide"    link="/doc/userGuide.jsp" />


Reply via email to