Please help me on Data Grid or Smiliar thing in JSP ?
904227Dec 8 2011 — edited Dec 12 2011I am developing a J2EE application where I have the following scenario:
On a JSP Page there's a button 'Fetch' which when clicked fetches some dynamic records based on some criteria from the Oracle DB and displays them on the JSP page.
Now these records, say 50, have to be displayed in a table like format where the first column of every row will be a radio button.
Now as I click any one radio button and click on the submit button below my records table, the next page should read the entire record corresponding to that particularly clicked radio button.
In .NET , I have heard of Data Grids API doing this, but in Java I don't find any solution on how to implement this UI situation.
Any custom tags or API known to you for this, please share.
Awaiting for your creative responses. :)