JSP multiple Record submission

Source: Internet
Author: User
The front-end JSP page can submit a value data with the name attribute worth input to the server via form, how do you pass the array form? as follows: 1. Front-end JSP page
The gray part is the value of a loop, so after the form is submitted, the background should be about a set of values for each entry. In this form, the Cid,tid,uid and score need to be passed to the server, which shows that Cid,tid is a unique value, and the UID and score are passed as an array. (Note: Thecheckbox will only return the value of checked= "checked", so the returned array value will be incomplete, that is, only the selected value will be called back ) 2.server receive This example using the Java EE Spring MVC format, So define the controller class to receive and the code is as follows:

Share:

JSP multiple Record submission

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.