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.
我有一个jsp包含近 20 个输入字段的表单。我想将输入字段值传递给 spring 控制器。我的问题是前五个输入字段是 forTable1和下一个Table2等都是连接表。我的问题是我怎么能使用类似方法@modelattribute或任何其他方法在单个对象中获取这些值。
jsp
Table1
Table2
@modelattribute
注意:-我正在使用hibernatewithspring进行映射。请给我一些链接。
hibernate
spring