
238 Implementing Web Applications with CM Information Integrator for Content and ODWEK
Example 8-12 RBIndex.jsp - Source code
<jsp:useBean id="SessionBean" class="itso.rb.intranet.bean.RBSessionBean"
scope="session"></jsp:useBean>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="IBM WebSphere Studio">
<META http-equiv="Content-Style-Type" content="text/css">
<META name="Cache-Control" content="no-cache">
<META name="Pragma" content ...