I have problem with step 3, Passing request parameters using get method. The attribute is not defined in JSP and blank. If I change the line to:
request.getSession().setAttribute("name", name);
then it works. I also have problems with that I have to press reload before the changed parameter shows up in the JSP page output - simply change in address bar and press return does not update the page. I'm using Edge browser.