File: help.html

package info (click to toggle)
libfreemarker-java 2.3.13%2Bdebian1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,296 kB
  • ctags: 5,458
  • sloc: java: 42,735; xml: 1,352; jsp: 28; makefile: 14; sh: 10; python: 10
file content (29 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
  <title>FreeMarker Struts Example - Help</title>
  <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
</head>
<body>

<h1>FreeMarker Struts Example</h1>

<p>This is an example of using FreeMarker templates instead of JSP with Struts 1.1.
You can find more information about FreeMarker and "Model 2" applications in the FreeMarker Manual.

<p><b>Before deploying this Web application</b>, you <em>must</em> copy the .jar files that are commonly required for Struts applications (sruts.jar, common-...jar-s)
into the <code>WEB-INF/lib</code> directory manually, or the Web application will not start. You may find these files in the lib
directory of the Struts distribution, or in the <code>WEB-INF/lib</code> directory of examples comes with
the Struts distribution.
(The FreeMarker distribution does not contain these files since they are too big.)

<p>To try this example you should visit
<a href="index.do"><code>http://<i>yourServer</i>/<i>thisWebApp</i>/index.do</code></a>

<p><b>Note:</b> To simplify the example, the guest-book entries are not stored
persistently. If you reload the servlet all guest-book entry will lose.

<hr>
<p><a href="index.do">Back to the index page</a>
  
</body>
</html>