67,538
社区成员
发帖
与我相关
我的任务
分享
class A{
private String[] aa;
//此处省略set和get方法
}
class B{
private String[] bb;
//此处省略set和get方法
}
class AB extends ActionForm{
A a = new A();
B[] b;
//此处省略set和get方法
}
<form ...>
<input type="text" name="a.aa">
<input type="text" name="b.bb">
</form>INFO [ApplicationContext.java:646] - BeanUtils.populate