Skip to content

Instantly share code, notes, and snippets.

@digorithm
Created June 15, 2015 13:50
Show Gist options
  • Save digorithm/bb8cc63c5efb47f59c74 to your computer and use it in GitHub Desktop.
Save digorithm/bb8cc63c5efb47f59c74 to your computer and use it in GitHub Desktop.
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!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=UTF-8">
<title>Insert title here</title>
</head>
<body>
<jsp:forward page="/PersonController?action=listperson" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment