Table elements are similar to list in that they are container elements that iterate over bound data sets, but are represented in tabular format.
表格元素与列表元素很相似,因为他们都是容器元素并且都会迭代绑定到其上的数据集,但是表格元素是以平面列表方式展现的。
A form is bound to a specified database table and all data controls within can be used to display and edit the table's columns without writing code or SQL.
表单被绑定到指定的数据库表,其中的所有数据控件都可以用于显示和编辑表的列,无需编写代码或SQL。
By looking at this generated source code in the JSP, you see that the data table has been bound to a data method in the JSP's page code file (a backing bean for the current page).
分析以下JS p中生成的源代码,您会发现,数据表已经与JSP的Page Code文件中的数据方法捆绑上了(当前页面的备份bean)。
应用推荐