The second linked page (customGoodbye.jsp) looks like this:
<%---------------------------------------------------------------------
customGoodbye.jsp
Copyright (c) 2003, IBM Corporation. All rights reserved.
Created: 05-30-02
The goodbye page for the auto greetings trail.
---------------------------------------------------------------------%>
<%@ taglib uri="/WEB-INF/tld/lms.tld" prefix="lms" %>
<%--
----------------------------------------------------------------------
BEGIN Done button
----------------------------------------------------------------------
--%>
<div class="frmButtonSetPaddingTop">
<table border="0" cellpadding="0" cellspacing="0" border="0"
width="100%">
<tr>
<td width="95%"><lms:spacer type="standard" /></td>
<td width="1">
<div class="btnCommonPadding">
<lms:button captionKey="button.done" tooltipKey="button.done"
nav="Greetings"/>
</div>
</td>
</tr>
</table>
</div>
<lms:hRule type="hRuleButtonSetTop" />
<%--
----------------------------------------------------------------------
END Done button
----------------------------------------------------------------------
--%>
<lms:spacer type="standard" />
<%--
----------------------------------------------------------------------
BEGIN goodbye message
----------------------------------------------------------------------
--%>
Chapter 8: Creating a tab 77