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/06/10 17:25:12 UTC

svn commit: r545887 - /struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp

Author: musachy
Date: Sun Jun 10 08:25:12 2007
New Revision: 545887

URL: http://svn.apache.org/viewvc?view=rev&rev=545887
Log:
WW-1848 Showcase, create an interactive OGNL demo
* Add interactive link to homepage

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

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=545887&r1=545886&r2=545887
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/showcase.jsp Sun Jun 10 08:25:12 2007
@@ -33,7 +33,8 @@
     <%-- THIS LIST IS MAINTAINED IN WEB-INF/decorators/main.jsp TO CREATE THE MENU BAR -- EDIT THERE AND COPY HERE --%>
     <ul>
         <li><a href="<s:url value="/showcase.jsp"/>">Home</a></li>        
-        <li><a href="<s:url value="/ajax/index.jsp" />">Ajax Theme for Struts Tags</a></li>
+        <li><a href="<s:url value="/interactive/index.jsp" />">Interactive demo of OGNL and JSP tags</a></li>   
+        <li><a href="<s:url value="/ajax/index.jsp" />">Ajax pugin for Struts</a></li>
         <li><a href="<s:url value="/chat/index.jsp"/>">Ajax Chat</a>
         <li><a href="<s:url action="actionChain1!input" namespace="/actionchaining"  includeParams="none" />">Action Chaining</a></li>
         <li><a href="<s:url action="index" namespace="/config-browser" includeParams="none" />">Config Browser</a></li>