You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by do...@apache.org on 2004/07/30 02:01:48 UTC

svn commit: rev 30953 - incubator/beehive/trunk/netui/test/webapps/drt/coreWeb

Author: dolander
Date: Thu Jul 29 17:01:47 2004
New Revision: 30953

Modified:
   incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/index.jsp
Log:
Fixup case problem in Forward



Modified: incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/index.jsp
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/index.jsp	(original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/index.jsp	Thu Jul 29 17:01:47 2004
@@ -2,6 +2,6 @@
 <head>
 </head>
 <body>
-<jsp:forward page="index/controller.jpf" />
+<jsp:forward page="index/Controller.jpf" />
 </body>
 </html>