You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2009/05/28 21:51:10 UTC

svn commit: r779744 - /struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/footer.jsp

Author: hermanns
Date: Thu May 28 19:51:10 2009
New Revision: 779744

URL: http://svn.apache.org/viewvc?rev=779744&view=rev
Log:
navigation fix for ajax showcase

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

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/footer.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/footer.jsp?rev=779744&r1=779743&r2=779744&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/footer.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/footer.jsp Thu May 28 19:51:10 2009
@@ -2,7 +2,7 @@
 
 <hr/>
 
-<s:url var="backToAjaxExamples" value=".." />
+<s:url var="backToAjaxExamples" value="../index.jsp" />
 
 <s:a href="%{backToAjaxExamples}">Back To AJAX Examples</s:a>&nbsp;