[Actionframework-users] arrays
Status: Inactive
Brought to you by:
ptoman
From: <bm...@ho...> - 2002-09-10 17:25:25
|
hi, i would like te send to a method all the vars i have in a form. the inputs of the form are named as following: news[0][day], = news[0][month]... so i added the following tag to my actionservlet config file: <action = name =3D "/record" method =3D "record(String[][] news)"> but with no = result. if i do it using just string vars it works with no problem. any suggestion/tip how to send an array to a method? thx in advance. |