<%@ page contentType="text/html; charset=UTF-8" %> <%@page import="java.net.URL" %> <%@page import="eu.dnetlib.domain.functionality.NotificationSubscription" %> <%@page import="eu.dnetlib.functionality.notification.app.NotificationServiceContextUtils" %> <% NotificationServiceContextUtils.getNotificationService(application).addSubscription(new NotificationSubscription(request.getParameter("queryId"), new URL(request.getParameter("alertService")), true)); response.sendRedirect("../subscriptions.jsp"); %>