Author: pgolawski
Date: 2008-10-08 04:55:56 -0400 (Wed, 08 Oct 2008)
New Revision: 10686
Modified:
trunk/samples/extendedDataTable-sample/src/main/webapp/index.jsp
Log:
redirect to proper page instead of forward
Modified: trunk/samples/extendedDataTable-sample/src/main/webapp/index.jsp
===================================================================
--- trunk/samples/extendedDataTable-sample/src/main/webapp/index.jsp 2008-10-07 16:55:04
UTC (rev 10685)
+++ trunk/samples/extendedDataTable-sample/src/main/webapp/index.jsp 2008-10-08 08:55:56
UTC (rev 10686)
@@ -3,10 +3,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
+<meta http-equiv="Refresh" content="0; url=pages/index.jsf">
<title>Insert title here</title>
</head>
<body>
- <jsp:forward page="/pages/index.jsf"/>
</body>
</html>
\ No newline at end of file
Show replies by date