java - Issue regarding JSP Forward -
In my code, I am trying to forward my request using the request given below
& lt; Jsp: Forward Page = "& lt;% = request.getContextPath ()%> / Welcome.do" />
Although the error below
org.apache.jasper.jasperException: /obajsp/OBAHeader.jsp(3,27) jbwbe 004214: attribute Error in exposing Edit: It is currently working in production without any issue and is giving issue to my local IDE
Have you tried using the language of expression rather than scriptlets? & lt; Jsp: Forward page = "$ {pageContext.request.contextPath} / Welcome." / & Gt;
Comments
Post a Comment