I am setting the context path in jsp page but it is showing error while running the jsp page.
as shown below.
<c:set var="path" value="${pageContext.request.contextPath}"/>
<% urlName='<c:out value="${path}"/>/tran/handleTransactionResults.do'; %>
${path} is not showing the context path.
urlName, it's just a Java String. Does this page compile at all?