Author: hermanns
Date: Wed Dec  6 13:30:33 2006
New Revision: 483242

URL: http://svn.apache.org/viewvc?view=rev&rev=483242
Log:
Showcase Examples Broken
o removed duplicated file upload samples

Issue Number: WW-1538

Modified:
    
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
    struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp

Modified: 
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp?view=diff&rev=483242&r1=483241&r2=483242
==============================================================================
--- 
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp 
(original)
+++ 
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp 
Wed Dec  6 13:30:33 2006
@@ -81,7 +81,6 @@
                     <li><a href="<s:url action="index" 
namespace="/config-browser" includeParams="none" />">Config Browser</a></li>
                     <li><a href="<s:url action="guess" 
namespace="/continuations" />">Continuations</a></li>
                     <li><a href="<s:url 
value="/tags/index.jsp"/>">Tags</a></li>
-                    <li><a href="<s:url action="upload" 
namespace="/fileupload" includeParams="none"/>">File Upload</a></li>
                     <li><a href="<s:url 
value="/empmanager/index.jsp"/>">CRUD</a></li>
                     <li><a href="<s:url value="/person/index.jsp"/>">Person 
Manager</a></li>
                     <li><a href="<s:url 
value="/validation/index.jsp"/>">Validation</a></li>

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp?view=diff&rev=483242&r1=483241&r2=483242
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp Wed Dec  6 
13:30:33 2006
@@ -22,7 +22,6 @@
     <li><a href="<s:url action="index" namespace="/config-browser" 
includeParams="none" />">Config Browser</a></li>
     <li><a href="<s:url action="guess" namespace="/continuations" 
/>">Continuations</a></li>
     <li><a href="<s:url value="/tags/index.jsp"/>">Tags</a></li>
-    <li><a href="<s:url action="upload" namespace="/fileupload" 
includeParams="none"/>">File Upload</a></li>
     <li><a href="<s:url value="/empmanager/index.jsp"/>">CRUD</a></li>
     <li><a href="<s:url value="/person/index.jsp"/>">Person Manager</a></li>
     <li><a href="<s:url value="/validation/index.jsp"/>">Validation</a></li>


Reply via email to