Migrating transformations, templates and macro handlers
In the HATS Projects view, edit all of the transformation, template, and macro handler JSP files and on the Source tab:
- Add the following code:
<%@ taglib uri="http://java.sun.com/portlet" prefix="portletAPI" %><portletAPI:defineObjects/>
- Convert
response.encodeURL("...")torenderResponse.encodeURL(renderRequest.getContextPath()+"..."). - Convert all instances of
requesttorenderRequest.