| Author |
Two Dimensional Array in struts
|
vijay kishoriya
Greenhorn
Joined: Dec 29, 2006
Posts: 1
|
|
|
How to render two dimensional array in jsp using struts framwork.
|
 |
Deepak Tewari
Greenhorn
Joined: Aug 04, 2005
Posts: 10
|
|
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.
|
Deepak Tewari
|
 |
 |
|
|
subject: Two Dimensional Array in struts
|
|
|