-
DataGrid in JSP
Does anyone know a site or have a easy tutorial for dummies like me who dont know how to implement Datagrid in JSP and Servlet.
umm. my operation and database are in my servlet, i just want to display it inside a JSP page. Currently Im using Tables and extracting each of my data in arrays into those tables (in HTML). I would love to learn how to use and implement Datagrid. =P
Thank you.
-
I don't have a link to send you at the time, I'm not remember. Please check on servelets.com. I've use some examples from there few occasions. It may be helpful to you as well.
-
Thank you my friend. I think i'll just work my way in those table in html and when i have still time i'll try to do it in data grid. =P
-
:) It's better, without stuck on one solution we can follow lots of alternatives (in Java).