从动态表单字段创建对象列表

时间:2019-09-15 06:58:44

标签: javascript java spring thymeleaf

我正在使用Java,Spring和Thymeleaf开发一个项目,其中有一个./configure make sudo make install ,其中还有另一个ld: warning: ignoring file /usr/local/lib/libssl.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libssl.a ld: warning: ignoring file /usr/local/lib/libcrypto.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libcrypto.a 内部form的{​​{1}}字段的数量取决于外部form的{​​{1}}字段的值。如何创建{{ 1}}个对象来自内部input,然后在提交外部form时传递?下面是我的代码的简化版本:

FamilyInformationController.java

input

FamilyInformation.java

form

ChildrenInformation.java

List

family_add_form.html

form

0 个答案:

没有答案