Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to access servlet request object in jsp jstl ?

user-image
Question added by Mohd Nadeem Mohd Rehman Mohammed , Software Engineer , Softworx Technologies
Date Posted: 2016/10/10

request.setAttribute("name","ss ss"); getServletContext().getRequestDispatcher("/result.jsp").forward(request, response);<h3>AnExample of c:out JSTL...</h3><br/>The value comes from servlet is:<b><c:out value="${name}"/></b>

Deleted user
by Deleted user

use this code i think it will help you <c:set var="msg" value='${requestScope["Error_Message"]}' />

More Questions Like This