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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -