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.)
To try this example you should visit
http://yourServer/thisWebApp/index.do
Note: To simplify the example, the guest-book entries are not stored persistently. If you reload the servlet all guest-book entry will lose.