blob: 740bee861915780fae5a6555dc21dae5afbdaa34 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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.
This meant to demonstrate how to use FreeMarker templates in a "Model 2" framework,
and how to use custom JSP tags as if they were user-defined FreeMarker directives.
(You can find more information about these in the FreeMarker Manual.)
<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>