From 29ad090c29567ff1a4d3a2ec9b8ad0b5d80ee24d Mon Sep 17 00:00:00 2001 From: pdanner Date: Mon, 6 Dec 2010 16:34:52 +0000 Subject: git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@671 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../src/main/webapp/jsp/redirect_to_parent.jsp | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pdf-as-web/src/main/webapp/jsp/redirect_to_parent.jsp (limited to 'pdf-as-web/src/main/webapp/jsp/redirect_to_parent.jsp') diff --git a/pdf-as-web/src/main/webapp/jsp/redirect_to_parent.jsp b/pdf-as-web/src/main/webapp/jsp/redirect_to_parent.jsp new file mode 100644 index 0000000..0930219 --- /dev/null +++ b/pdf-as-web/src/main/webapp/jsp/redirect_to_parent.jsp @@ -0,0 +1,33 @@ +<%@ page contentType="text/html; charset=UTF-8" language="java" errorPage=""%> +<%@ page import="at.gv.egiz.pdfas.web.session.SessionAttributes" %> + + +<%@ include file="language.jsp" %> + + + + + + + <fmt:message key="pleasewait.title"/> + <% + String query = (String) session.getAttribute(SessionAttributes.PARENT_WEBAPP_REDIRECT_URL); + session.removeAttribute(SessionAttributes.PARENT_WEBAPP_REDIRECT_URL); + %> + + + +
+ +
+ + -- cgit v1.2.3