String是接收到的。struts2.5版本。不知道有什么问题
System.out.println(user.getBookList().get(0));
jsp里
name="bookList[0].username"
user.getList().get(0).getUername() 后台 加上属性名就好了
user.getBookList().get(0).getUsername()