Hi,I am using AEM 6.2 and while creating a page i m setting its advanced
Property of redirect to another Page. But this is not happening. the
resourceSuperType being used is foundation/components/page. Redirect
code in page.jsp is as following: <%@page session="false"
contentType="text/html; charset=utf-8"
import="com.day.cq.commons.Doctype, com.day.cq.wcm.api.WCMMode,
com.day.cq.wcm.foundation.ELEvaluator" %><%%><%@taglib prefix="cq"
uri="http://www.day.com/taglibs/cq/1.0" %><%%><% //
read the ...