
Chapter 6. Integrating with Portal 229
list.jsp
This file displays the contents of all the forms that are stored in the folders on the file system
of the Portal server. This list changes based on the user role selected and the view of the
button they choose (Figure 6-7).
Figure 6-7 list.jsp
The contents of this file are as follows (Example 6-5).
Example 6-5 Contents of list.jsp
<%@ taglib uri="/WEB-INF/tld/c2a.tld" prefix="C2A" %>
<%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI" %>
<%@ page
language="java"
contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"
session="true"
import="java.util.*,java.io.File, wpfredpaper.*,org.apache.jetspeed.portlet.*, ...