You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2007/08/12 14:44:56 UTC

svn commit: r565053 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

Author: nilsga
Date: Sun Aug 12 05:44:55 2007
New Revision: 565053

URL: http://svn.apache.org/viewvc?view=rev&rev=565053
Log:
WW-1877 Removed ajax examples

Modified:
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp?view=diff&rev=565053&r1=565052&r2=565053
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp (original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/view/index.jsp Sun Aug 12 05:44:55 2007
@@ -7,7 +7,6 @@
 <li><a href="<s:url action="validationExample"/>">Validation</a></li>
 <li><a href="<s:url action="tokenExample"/>">Token</a></li>
 <li><a href="<s:url action="springExample"/>">Spring integration</a></li>
-<li><a href="<s:url action="ajaxExample"/>">Ajax</a></li>
 <li><a href="<s:url action="freeMarkerExample"/>">FreeMarker</a></li>
 <li><a href="<s:url action="velocityHelloWorld"/>">Velocity</a></li>
 <li><a href="<s:url action="index" portletMode="edit"/>">Go to edit mode and see what's there</a></li>