For example I have a servlet code that sets attribute to a HttpServletRequest:
request.setAttribute(\"someValue\", someValue()); RequestDispatcher rd
use without this operator
RequestDispatcher rd = getServletContext().getRequestDispatcher("/SomeJsp.jsp"); rd.forward(request, response); return;