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/11/05 15:41:31 UTC

svn commit: r592019 - /struts/struts2/trunk/apps/showcase/src/main/webapp/tags/index.jsp

Author: musachy
Date: Mon Nov  5 06:41:30 2007
New Revision: 592019

URL: http://svn.apache.org/viewvc?rev=592019&view=rev
Log:
Fix broken links

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

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/index.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/index.jsp?rev=592019&r1=592018&r2=592019&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/index.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/index.jsp Mon Nov  5 06:41:30 2007
@@ -8,8 +8,8 @@
 <h1> Tags </h1>
 
 <ul>
-    <li><s:url var="url" value="/tags/non-ui/" /><s:a href="%{url}">Non UI Tags Examples</s:a></li>
-    <li><s:url var="url" value="/tags/ui" /><s:a href="%{url}">UI Tags Example</s:a></li>
+    <li><a href="non-ui/index.jsp">Non UI Tags Examples</a></li>
+    <li><a href="ui/index.jsp">UI Tags Example</a></li>
 </ul>
 
 </body>