/[projects]/miscJava/Test3/src/main/webapp/view.jsp
ViewVC logotype

Annotation of /miscJava/Test3/src/main/webapp/view.jsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2446 - (hide annotations) (download)
Fri Mar 20 08:12:57 2015 UTC (9 years, 3 months ago) by torben
File size: 425 byte(s)
switch to maven - incomplete
1 torben 609 <%@ page language="java" contentType="text/html; charset=UTF-8"
2     pageEncoding="UTF-8"%>
3     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4     <html>
5     <head>
6     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7     <title>Insert title here</title>
8     </head>
9     <body>
10     view.jsp<br>
11     Content of "message" attribute: "<%= request.getAttribute("message") %>"
12     </body>
13     </html>

  ViewVC Help
Powered by ViewVC 1.1.20