Is it possible to pass value of variable from Servlet in to JSP. Say i have a JSP something like welcome.jsp and I have some variable initialized in welcome.java servlet.
When I run welcome.jsp it should take value from welcome.java and display it on page.
When I set the RequestDispatcher and forward it its still going to show the servlet URL.But I want the URL to be JSP file.But the Variable I display in JSP file should be taken from servlet.