Splitting Content into Pages with Navigation on a PDA
The following code blocks illustrate how to paginate content intended for PDA display using the
tag. This example uses a layout file in which to place the
<mm:structure>
This is generally considered good practice as it keeps separate the content file and the
presentation file.
pagination.jsp
<%@ taglib uri="mmJSPtaglib" prefix="mm"%>
<mm:page content="false">
<html>
<head>
<title>Pagination</title>
<link rel="stylesheet" href="mystyle.css" type="text/css"/>
<h4><strong>PDA Pagination Demo</strong></h4>
<mm:layout src="pagination_layout.jsp" where="IsPDA" />
</head>
<body>
<table>
<tr><td>
<mm:group id="groupA" title="Hamlet">
<p>There are more things in heaven and earth, Horatio, than are dreamt of
in your philosophy.
</p>
</mm:group>
</td></tr>
<tr><td>
Part IV Presentation of Mobile Content
BEA WebLogic Mobility Server User Guide - 61
<mm:structure>.
Need help?
Do you have a question about the WebLogic and is the answer not in the manual?