This tag facilitates the construction of context-sensitive URL values. This tag is used in both the AML-based and WML-based versions of all three mobile applications.
<util:url file=”someFile.jsp” comp=”cal”/>
In this example, the URL specifies a file named someFile.jsp, and associates the file with the mobile calendar application.
This tag generates a compressed URL, which can complicate the process of looking at the generated markup to discern the target. Developers wishing to debug the application JSP pages might wish to disable URL compression in the following manner:
Edit the file:
/var/opt/SUNWportal/MAConfig.properties
and set the ma.compressor.enable property to false.