Struts2 Action传递List到JSP
-
Action中ArrayList如何显示到JSP页面?JSP遍历List集合方法
<!– 遍历集合 –><c:if test=”${not empty employeeList}”> <table> <thead> <tr> <th>姓名</th> <th>年龄</th> <……
<!– 遍历集合 –><c:if test=”${not empty employeeList}”> <table> <thead> <tr> <th>姓名</th> <th>年龄</th> <……