Kayaking.jsp Sample

This topic inludes the source code for the Kayaking.jsp Sample.

Sample Location

This sample is located in the following directory in your WebLogic Workshop installation:

BEA_HOME/weblogic81/samples/workshop/SamplesApp/WebApp/navigation/controllerFileNavigation/

Sample Source Code


01 <!--Generated by Weblogic Workshop-->
02 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
03 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
04 <%@ taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
05 <%@ taglib uri="netui-tags-html.tld" prefix="netui"%>
06 <html>
07   <head>
08         <netui:base/>
09         <link href="../../resources/css/style.css" type="text/css" rel="stylesheet"/>
10   </head>
11   <body style="margin:0">
12     <jsp:include page="/resources/jsp/header.jsp"/>
13     <br/>
14     <br/>
15 
16     <table width=400 align="center" border=cellspacing=cellpadding=5>
17      
18 
19         <tr bgcolor=navy valign="top">
20             <td><img src="../../resources/images/kayaking.jpg" align=left></td>
21             <td>
22         <p class="white-title">Kayaking Adventure, Leaving Soon!</p>
23         <p class="white-text">This four-day adventure starts in Key Largo,
24     Florida and explores the inter-coastal waterways of the warm...</p>
25         
26        
27         <hr width=95% size=align=left>
28         
29  
30         <netui:form action="done">
31             <netui:button type="submit" value="Done" />
32         </netui:form>
33         
34                
35             </td>
36         </tr>
37      </table>
38      
39     <table width=400 align="center" border=cellspacing=cellpadding=5>     
40       <tr bgcolor=white>
41         
42         <td>
43             <p>&nbsp;</p>
44                  <hr size=width=75%>
45      
46                  <p>For information about altering this simple navigation, 
47                 see the comments about the "ThisWeeksSpecial"
48                  action method in the specialFlowController.jpf file. It resides in
49                  the following directory:</p>
50      
51                  <p>&lt;WEBLOGIC-HOME&gt;\samples\workshop\SamplesApp\WebApp\specialFlow</p>
52             
53                 <p>To return to the Samples Home page, click the Done button.</p>
54         </td>
55         
56       </tr>
57       
58     </table>
59      
60 
61                        
62     
63   </body>
64 </html>