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>
