Sun Java System Portal Server Mobile Access 7.1 Developer's Guide

Creating a Help File

Create the help file using markup language appropriate to the client, or use AML for the rendered Portal Desktop. If you create an AML help file, the rendering engine processes and renders the file appropriately for the mobile client.


Note –

To be processed by the rendering engine, the AML help file must be a JavaServer Pages specification (for example, help.jsp), and contentType must be set to text/aml.

To process the help file by the rendering engine, insert the following line at the top of the JSP help file:

<%@ page contentType="text/aml" %>

<AmlDocument>

....