Hi everyone, I need a data structure that can bring a relatively large amount of data back to my jsp which will allow the user to sort and multi select values. Is it possible to embed a JTable in a jsp? Is there a better solution?
Since JTable is a swing component, you would have to have an applet on the user's side to be able to use it. I would imagine there are JavaScript methods of manipulating a HTML table that you could use on the browser side too. Bill