I've created the shortest docbook example to include an image:

<chapter id="portlet-intro">
   <title>Portlet Concepts</title>
   <para>
   <figure>
       <title>Portlet Web Applications and the Portlet Lifecycle</title>
       <graphic fileref="lifecycle.png"/>
   </figure>
   </para>
</chapter>

   Attached is my fop output. During rendering I get this:

[java] [ERROR] Flow 'xsl-region-body' does not map to the region-body in page-master 'blank'
[java] Java Result: 2


Any insight is greatly appreciated. Thanks, Jason
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; line-height="normal" 
text-align="justify" font-size="10pt" font-family="serif" 
language="en"><fo:layout-master-set><fo:simple-page-master margin-right="1in" 
margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" page-height="11in" 
page-width="8.5in" master-name="blank"><fo:region-body margin-top="0.5in" 
margin-bottom="0.5in" display-align="center" 
region-name="blank-body"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-blank"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-blank"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="titlepage-first"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-first"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="titlepage-odd"><fo:region-body column-count="1" margin-top="0.5in" 
margin-bottom="0.5in"/><fo:region-before display-align="before" extent="0.4in" 
region-name="xsl-region-before-odd"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="titlepage-even"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-even"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="lot-first"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-first"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="lot-odd"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-odd"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="lot-even"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-even"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="front-first"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-first"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="front-odd"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-odd"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="front-even"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-even"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="body-first"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-first"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="body-odd"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-odd"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="body-even"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-even"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="back-first"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-first"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="back-odd"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-odd"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="back-even"><fo:region-body 
column-count="1" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-even"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="index-first"><fo:region-body 
column-count="2" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-first"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="index-odd"><fo:region-body 
column-count="2" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-odd"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="index-even"><fo:region-body 
column-count="2" margin-top="0.5in" margin-bottom="0.5in"/><fo:region-before 
display-align="before" extent="0.4in" 
region-name="xsl-region-before-even"/><fo:region-after display-align="after" 
extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" master-name="blank-draft"><fo:region-body 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-blank"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-blank"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="titlepage-first-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-first"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="titlepage-odd-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-odd"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="titlepage-even-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-even"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="lot-first-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-first"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="lot-odd-draft"><fo:region-body column-count="1" margin-top="0.5in" 
margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-odd"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="lot-even-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-even"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="front-first-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-first"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="front-odd-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-odd"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="front-even-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-even"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="body-first-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-first"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="body-odd-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-odd"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="body-even-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-even"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="back-first-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-first"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="back-odd-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-odd"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="back-even-draft"><fo:region-body column-count="1" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-even"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="index-first-draft"><fo:region-body column-count="2" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-first"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-first"/></fo:simple-page-master><fo:simple-page-master
 margin-right="1in" margin-left="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="index-odd-draft"><fo:region-body column-count="2" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-odd"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-odd"/></fo:simple-page-master><fo:simple-page-master
 margin-left="1in" margin-right="1in" margin-bottom="0.5in" margin-top="0.5in" 
page-height="11in" page-width="8.5in" 
master-name="index-even-draft"><fo:region-body column-count="2" 
margin-top="0.5in" margin-bottom="0.5in" 
background-image="url(http://docbook.sourceforge.net/release/images/draft.png)" 
background-attachment="fixed" background-repeat="no-repeat" 
background-position-horizontal="center" 
background-position-vertical="center"/><fo:region-before display-align="before" 
extent="0.4in" region-name="xsl-region-before-even"/><fo:region-after 
display-align="after" extent="0.4in" 
region-name="xsl-region-after-even"/></fo:simple-page-master><fo:page-sequence-master
 
master-name="titlepage"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="titlepage-first"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="titlepage-odd"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="titlepage-even"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="lot"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="lot-first"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="lot-odd"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="lot-even"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="front"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="front-first"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="front-odd"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="front-even"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="body"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="body-first"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="body-odd"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="body-even"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="back"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="back-first"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="back-odd"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="back-even"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="index"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="index-first"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="index-odd"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="index-even"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="titlepage-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank-draft"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="titlepage-first-draft"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="titlepage-odd-draft"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="titlepage-even-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="lot-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank-draft"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="lot-first-draft"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="lot-odd-draft"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="lot-even-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="front-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank-draft"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="front-first-draft"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="front-odd-draft"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="front-even-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="body-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank-draft"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="body-first-draft"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="body-odd-draft"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="body-even-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="back-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank-draft"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="back-first-draft"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="back-odd-draft"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="back-even-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master><fo:page-sequence-master
 
master-name="index-draft"><fo:repeatable-page-master-alternatives><fo:conditional-page-master-reference
 blank-or-not-blank="blank" 
master-reference="blank-draft"/><fo:conditional-page-master-reference 
page-position="first" 
master-reference="index-first-draft"/><fo:conditional-page-master-reference 
odd-or-even="odd" 
master-reference="index-odd-draft"/><fo:conditional-page-master-reference 
odd-or-even="even" 
master-reference="index-even-draft"/></fo:repeatable-page-master-alternatives></fo:page-sequence-master></fo:layout-master-set><fo:page-sequence
 initial-page-number="1" master-reference="titlepage" hyphenate="true" 
id="N10003" language="en" format="1"><fo:static-content 
flow-name="xsl-region-before-first"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"/></fo:static-content><fo:static-content 
flow-name="xsl-region-before-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-footnote-separator"><fo:block><fo:leader leader-length="1in" 
leader-pattern="rule" 
color="black"/></fo:block></fo:static-content><fo:static-content 
flow-name="blank-body"><fo:block 
text-align="center"/></fo:static-content><fo:static-content 
flow-name="xsl-region-after-first"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"/></fo:static-content><fo:static-content 
flow-name="xsl-region-after-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:flow
 flow-name="xsl-region-body"><fo:block><fo:block><fo:block 
font-family="sans-serif" font-weight="bold" font-size="24.8832pt" 
text-align="center" space-before="18.6624pt"><fo:block hyphenate="false" 
keep-with-next.within-column="always">GridSphere Portlet Reference 
Guide</fo:block></fo:block></fo:block><fo:block><fo:block 
break-after="page"/><fo:block font-size="14.4pt" font-family="sans-serif" 
font-weight="bold"><fo:block>GridSphere Portlet Reference 
Guide</fo:block></fo:block><fo:block font-size="10pt">Copyright <fo:inline 
font-family="serif">©</fo:inline> 2003 GridLab 
Project</fo:block></fo:block><fo:block 
break-after="page"/></fo:block></fo:flow></fo:page-sequence><fo:page-sequence 
master-reference="lot" format="i" hyphenate="true" 
language="en"><fo:static-content flow-name="xsl-region-before-first"><fo:block 
font-family="serif" margin-left="-4pc" margin-right="-4pc"><fo:table 
width="100%" table-layout="fixed" border-bottom-width="0.5pt" 
border-bottom-style="solid" border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block>GridSphere Portlet Reference 
Guide</fo:block></fo:block></fo:table-cell><fo:table-cell 
display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block>GridSphere Portlet Reference 
Guide</fo:block></fo:block></fo:table-cell><fo:table-cell 
display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-footnote-separator"><fo:block><fo:leader leader-length="1in" 
leader-pattern="rule" 
color="black"/></fo:block></fo:static-content><fo:static-content 
flow-name="blank-body"><fo:block 
text-align="center"/></fo:static-content><fo:static-content 
flow-name="xsl-region-after-first"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:flow
 flow-name="xsl-region-body"><fo:block space-before.minimum="0.5em" 
space-before.optimum="1em" space-before.maximum="2em" 
space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" 
id="toc...N10003"><fo:block><fo:block><fo:block font-family="sans-serif" 
font-weight="bold" font-size="17.28pt" margin-left="-4pc" space-after="0.5em" 
space-before.maximum="2em" space-before.optimum="1.5em" 
space-before.minimum="1em">Table of 
Contents</fo:block></fo:block><fo:block/></fo:block><fo:block 
last-line-end-indent="-24pt" end-indent="24pt" 
text-align-last="justify"><fo:inline 
keep-with-next.within-line="always"><fo:basic-link 
internal-destination="portlet-intro">1. Portlet 
Concepts</fo:basic-link></fo:inline><fo:inline 
keep-together.within-line="always"> <fo:leader 
keep-with-next.within-line="always" leader-alignment="reference-area" 
leader-pattern-width="3pt" leader-pattern="dots"/> <fo:basic-link 
internal-destination="portlet-intro"><fo:page-number-citation 
ref-id="portlet-intro"/></fo:basic-link></fo:inline></fo:block></fo:block></fo:flow></fo:page-sequence><fo:page-sequence
 master-reference="lot" format="i" hyphenate="true" 
language="en"><fo:static-content flow-name="xsl-region-before-first"><fo:block 
font-family="serif" margin-left="-4pc" margin-right="-4pc"><fo:table 
width="100%" table-layout="fixed" border-bottom-width="0.5pt" 
border-bottom-style="solid" border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block>GridSphere Portlet Reference 
Guide</fo:block></fo:block></fo:table-cell><fo:table-cell 
display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block>GridSphere Portlet Reference 
Guide</fo:block></fo:block></fo:table-cell><fo:table-cell 
display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-footnote-separator"><fo:block><fo:leader leader-length="1in" 
leader-pattern="rule" 
color="black"/></fo:block></fo:static-content><fo:static-content 
flow-name="blank-body"><fo:block 
text-align="center"/></fo:static-content><fo:static-content 
flow-name="xsl-region-after-first"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:flow
 flow-name="xsl-region-body"><fo:block 
id="lot...figure...N10003"><fo:block><fo:block><fo:block 
font-family="sans-serif" font-weight="bold" font-size="17.28pt" 
margin-left="-4pc" space-after="0.5em" space-before.maximum="2em" 
space-before.optimum="1.5em" space-before.minimum="1em">List of 
Figures</fo:block></fo:block><fo:block/></fo:block><fo:block 
last-line-end-indent="-24pt" end-indent="24pt" 
text-align-last="justify"><fo:inline 
keep-with-next.within-line="always"><fo:basic-link 
internal-destination="N10014">1.1. Portlet Web Applications and the Portlet 
Lifecycle</fo:basic-link></fo:inline><fo:inline 
keep-together.within-line="always"> <fo:leader 
keep-with-next.within-line="always" leader-alignment="reference-area" 
leader-pattern-width="3pt" leader-pattern="dots"/> <fo:basic-link 
internal-destination="N10014"><fo:page-number-citation 
ref-id="N10014"/></fo:basic-link></fo:inline></fo:block></fo:block></fo:flow></fo:page-sequence><fo:page-sequence
 master-reference="body" hyphenate="true" id="portlet-intro" language="en" 
format="1" initial-page-number="1"><fo:static-content 
flow-name="xsl-region-before-first"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block>Portlet 
Concepts</fo:block></fo:block></fo:table-cell><fo:table-cell 
display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block>Portlet 
Concepts</fo:block></fo:block></fo:table-cell><fo:table-cell 
display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-before-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-bottom-width="0.5pt" border-bottom-style="solid" 
border-bottom-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="before" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="center" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="before" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-footnote-separator"><fo:block><fo:leader leader-length="1in" 
leader-pattern="rule" 
color="black"/></fo:block></fo:static-content><fo:static-content 
flow-name="blank-body"><fo:block 
text-align="center"/></fo:static-content><fo:static-content 
flow-name="xsl-region-after-first"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-odd"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-even"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:static-content
 flow-name="xsl-region-after-blank"><fo:block font-family="serif" 
margin-left="-4pc" margin-right="-4pc"><fo:table width="100%" 
table-layout="fixed" border-top-width="0.5pt" border-top-style="solid" 
border-top-color="black"><fo:table-column 
column-width="proportional-column-width(1)" column-number="1"/><fo:table-column 
column-width="proportional-column-width(1)" column-number="2"/><fo:table-column 
column-width="proportional-column-width(1)" 
column-number="3"/><fo:table-body><fo:table-row height="14pt"><fo:table-cell 
display-align="after" text-align="left" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="center" 
relative-align="baseline"><fo:block><fo:block><fo:page-number/></fo:block></fo:block></fo:table-cell><fo:table-cell
 display-align="after" text-align="right" 
relative-align="baseline"><fo:block><fo:block/></fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:block></fo:static-content><fo:flow
 flow-name="xsl-region-body"><fo:block font-family="sans-serif"><fo:block 
margin-left="-4pc"><fo:block font-weight="bold" font-size="24.8832pt"><fo:block 
hyphenate="false" space-before.maximum="12pt" space-before.minimum="8pt" 
space-before.optimum="10pt" 
keep-with-next.within-column="always">Chapter 1. Portlet 
Concepts</fo:block></fo:block></fo:block><fo:block/></fo:block><fo:block 
space-before.optimum="1em" space-before.minimum="0.8em" 
space-before.maximum="1.2em">
    <fo:block space-before.minimum="0.5em" space-before.optimum="1em" 
space-before.maximum="2em" space-after.minimum="0.5em" 
space-after.optimum="1em" space-after.maximum="2em" id="N10014"><fo:block 
space-before.optimum="1em" space-before.minimum="0.8em" 
space-before.maximum="1.2em" font-weight="bold" font-size="12pt" 
hyphenate="false" space-after.minimum="0.4em" space-after.optimum="0.6em" 
space-after.maximum="0.8em" 
keep-with-next.within-column="always">Figure 1.1. Portlet Web Applications 
and the Portlet Lifecycle</fo:block><fo:block><fo:external-graphic 
src="url(lifecycle.png)" width="auto" height="auto" content-width="auto" 
content-height="auto"/></fo:block></fo:block>
    </fo:block></fo:flow></fo:page-sequence></fo:root>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to