Repost: Bidimensional array for form property

2005-04-11 Thread simo-dev
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

Bidimensional array for form property

2005-04-10 Thread simo-dev
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]; ...