<%@ include file="/portal/include/include_java.jsp" %> <%@page import="com.appiancorp.services.WebServiceContextFactory"%> <%@page import="com.appiancorp.services.ServiceContext"%> <%@page import="com.appiancorp.suiteapi.common.ServiceLocator"%> <%@page import="com.appiancorp.suiteapi.portal.NavigationService"%> <%@page import="com.appiancorp.suiteapi.portal.NavigationMenu"%> <%@page import="org.apache.commons.lang.StringUtils"%> <%@page import="com.appiancorp.asi.components.common.BackgroundAction"%> <%-- The next two CDATA variables are a workaround for weblogic, which translates to an XML-style JSP before translating to a servlet. Having this non-standard-XML stuff embedded in the JSP prevents weblogic from compiling it. --%> <%-- End weblogic workaround --%> <%=request.getQueryString()==null?"":"&"+request.getQueryString()%> <decorator:title /> " with=""> <% String bodyContents = (String)pageContext.getAttribute("bodyContents"); bodyContents=bodyContents.replaceAll("<","__less_than__"); bodyContents=bodyContents.replaceAll(">","__greater_than__"); bodyContents=BackgroundAction.replaceInvalidCharactersInXML(bodyContents); bodyContents=BackgroundAction.replaceClosingCdata(bodyContents); pageContext.setAttribute("bodyContents",bodyContents); %>