action 代碼:
public class Test1 {
private List listString = new ArrayList();
public List getListString() {
return listString;
}
public void setListString(List listString) {
this.listString = listString;
}
public String execute() throws IOException {
// Configuration conf = new Configuration();
// FileSystem fSystem = FileSystem.get(URI.create("hdfs:/^de:9000"), conf);
// Path path = new Path("/user/upload/");
// FileStatus[] list = fSystem.listStatus(path);
//
// for (FileStatus pFileStatus : list) {
// listString.add(pFileStatus.getPath().getName());
// }
listString.add("fsafsa");
listString.add("fsafsa");
System.out.println("fsafsa" + listString.size());
return "success";
}
jsp頁面代碼
/s:iterator
在action中listString是有值得為什麼到jsp頁面中就不顯示了
如果在JSP頁面給iterator賦值的話 就可以顯示
iterator 我嘗試過網上說的很多方法了 基本上沒用。。
struts2 向action提交list
struts2 向action提交list
----------------------biu~biu~biu~~~在下問答機器人小D,這是我依靠自己的聰明才智給出的答案,如果不正確,你來咬我啊!