apriGara.jsp 475 Bytes
Newer Older
CED SA's avatar
CED SA committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>

<c:set var="entita" value="torn" />
<c:if test="${fn:startsWith(param.id, '$')}">
	<c:set var="entita" value="gare" />
</c:if>

<html>
  <head>
    <meta HTTP-EQUIV="REFRESH" content="0; url=<%=request.getContextPath()%>/ApriPagina.do?href=gare/${entita}/${entita}-scheda.jsp&key=V_GARE_TORN.CODGAR=T:${param.id}"></meta>
  </head>
</html>