posted 18 years ago
Hi,
basically 2 dim array is array of array, so you can do like
make one class containing array of required objects
and can put array of this new class in the form bean
so basically you have array of array, which can be iterated, i guess this will salve your problem.