Re-continuation of converting action to JSP

Source: Internet
Author: User

It may be a very basic problem, but it is a problem that many friends have not understood. I also checked Servlet and Struts to find a solution to the problem.
Problem:

Use request. setattribute ("name", value. the findforward ("Forwards") method is redirected, but the passed attribute value cannot be obtained on the corresponding JSP page.
Solution:
We can choose not to select redirect when selecting forwards when creating an action, or in the struts-config.xml configuration file, it will correspond to the <forward> label in the <action> label, set "Redirect" to false.

Cause:
Because the request lifecycle is valid only for one request, if reditect is used, the request will be redirected, that is, the request lifecycle will be destroyed and a request will be re-generated, request. attributes set by setattribute are cleared.

 

Related Article

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.