How to show tabular data in a Java web app
- by arahant7
Is there any counterpart to ASP.NET's DataGrid (or DataView) in the various J2EE web application technologies (specifically Struts)?
In other words, what is the de facto method for showing tabular data in a J2EE web application?