Getattribute возвращает null jsp, javaeeJAVA

Программисты JAVA общаются здесь
Anonymous
Getattribute возвращает null jsp, javaee

Сообщение Anonymous »

Когда я выполняю это, так как на моем обучении я получаю NULL, я проверяю другие Anwsers на этом форуме и не работаю для меня, я не понимаю, танки! < /p>
Сервлет: < /p>
@Override
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {

String message = "oui allo bonjour";
request.setAttribute("variable", message);
System.out.println(message);

String message2 = "oui allo bonjour 2";
request.getSession().setAttribute("message2", message2);

String message3 = "oui allo bonjour 3";
request.getSession().setAttribute("message3", message3);

this.getServletContext().getRequestDispatcher("/Bonjour.jsp").forward(request, response);
< /code>
Код
страница < /p>

Подробнее здесь: https://stackoverflow.com/questions/795 ... jsp-javaee

Вернуться в «JAVA»