From 3b320a6c7ab2b7e91c6e15f7eccef20c1220bf18 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 4 Mar 2015 17:00:43 +0000 Subject: [PATCH] Implementing Portlet git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@113447 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/WEB-INF/jsp/JoinVRE_view.jsp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/JoinVRE_view.jsp b/src/main/webapp/WEB-INF/jsp/JoinVRE_view.jsp index 02569c6..7b6adec 100644 --- a/src/main/webapp/WEB-INF/jsp/JoinVRE_view.jsp +++ b/src/main/webapp/WEB-INF/jsp/JoinVRE_view.jsp @@ -1,6 +1,13 @@ <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> +<%-- Uncomment below lines to add portlet taglibs to jsp +<%@ page import="javax.portlet.*"%> +<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%> + + +--%> +