File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Two Dimensional Array in struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Two Dimensional Array in struts" Watch "Two Dimensional Array in struts" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Two Dimensional Array in struts
 
Similar Threads
How to implement a sparsely populated two-dimensional array.
K&B unclear statement about arrays
How to create this String array
two dimensional array into vector
one more certpal question