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

<util:link>

This tag facilitates the construction of link-type tags (in this guide, link-type items on a mobile device’s browser are referred to as options), whose content is dynamically generated. Each tag contains a tagstart and tagend attribute for specifying what appears at the start and end of the generated option:


<util:link tagstart=”<a” tagend=”>”>
  <util:attr attr=”href”>
    <util:url file=”someFile.jsp” comp=”cal”>
... other parameters...
    </util:url>
  </util:attr>
</util:link>