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

Native Portal Desktop JSPs

Use getHelp from the desktop tag library to add a help option to the mobile channel’s content. For instance:


<%@ taglib uri="/tld/desktop.tld" prefix="dt" %>
 ....
 <do type="options" name="h" label="Help">
 <go href="<dt:getHelp/>"/>
 </do>