You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/05/22 19:38:55 UTC

svn commit: r659172 - /geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-war/src/main/webapp/error.jsp

Author: gawor
Date: Thu May 22 10:38:54 2008
New Revision: 659172

URL: http://svn.apache.org/viewvc?rev=659172&view=rev
Log:
GERONIMO-4068

Modified:
    geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-war/src/main/webapp/error.jsp

Modified: geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-war/src/main/webapp/error.jsp
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-war/src/main/webapp/error.jsp?rev=659172&r1=659171&r2=659172&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-war/src/main/webapp/error.jsp (original)
+++ geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-war/src/main/webapp/error.jsp Thu May 22 10:38:54 2008
@@ -24,7 +24,7 @@
 		<BR><BR>
 		<b><%= request.getAttribute("error") %></b>
 		<BR><BR>
-		<a href="../Order/">Home</a>
+		<a href="../order/order.jsp">Home</a>
 	</div>
 </BODY>
 </HTML>
\ No newline at end of file