Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以嵌套表单:spring mvc中的表单?
不,您可以只有一个表单操作/支持对象,但支持对象可以嵌套。
HTML 中不可能有嵌套的表单。
Spring 生成 HTML,因此它也不能拥有它们。
I am calling stored procedure to get data from database using Linq. This stored procedure is using more than one table to return result using join :
public static List<classname> GetMe