<%@ page import="com.appiancorp.suiteapi.portal.Notification"%> <%@ include file="/portal/include/include_java.jsp" %> <c:choose> <c:when test="${!empty subject}"> <asi:out value="${subject}" encoding="html" /> </c:when> <c:otherwise> <fmt:message key="AlertLinkToPage"/> </c:otherwise> </c:choose>