You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: