Java_web_request.setattribute ("result", username);

Source: Internet
Author: User
Request.setattribute ("result", username);
Add a property named result to the request object with a value of username, because the request object can be changed, and you can access the property in the same request like this.
Although similar to the session, but with the session is different,Request.setattribute set of properties can only be used in the current request , such as you set the result property in action, Needs to be read in the JSP page:
Request.setattribute ("result", username), Requests.getrequestdispatcher ("result.jsp"). Forward (Request, Response);


The JSP page gets the value:
Request.getattribute ("result");

Because the request of the current action and the response object are sent together, it is equivalent to directly manipulating its own page.

Java_web_request.setattribute ("result", username);

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.