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

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -