Two Laptop Bag
The moose likes HTML, CSS and JavaScript and the fly likes How to copy table data into an array Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "How to copy table data into an array" Watch "How to copy table data into an array" New topic
Author

How to copy table data into an array

MaC Shank
Greenhorn

Joined: Nov 15, 2011
Posts: 1
Hi,
I want to copy the data in the table into an array. The table is a single column table with data being filled dynamically in the backend, so I don't know the no. of rows in the table nor the table row id;
yes but the data being filled is unique for each row.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

Welcome to the Ranch.

Would it not be better for the backend to create the array as it holds the data in the first place?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: How to copy table data into an array
 
Similar Threads
How to expose data from ResultSet to business layer
get the selected row value from the icon which is within
Changing row color in jtable
How to move the selected row in Jtable to be the first row in the table
Room ID in JTable