Hello All,
I'm back working on Struts since a few years.
I'm still using struts 1.1 with JDK 1.4.2
I'm trying to post a form that contains fields with name like this one:
file[5][10] and so on...
in the ActionForm I've these code:
private FormFile[][] uFile=new FormFile[10][100];
...
public
Hello All,
I'm boack working on Struts since a few years.
I'm still using struts 1.1 with JDK 1.4.2
I'm trying to post a form that contains fields with name like this one:
file[5][10] and so on...
in the ActionForm I've these code:
private FormFile[][] uFile=new FormFile[10][100];
...
2 matches
Mail list logo