hi all!
i have a problem. i'm making a dynamic web project where we can key in info about employees and displaying info about the employee. I'm using
jsp and
servlets and the database using postgresql.
now i'm stuck at the part where i need to retrieve the names of the employees and set it as a clickable hyperlink. when we click on the names (retrieved from database)...will lead to a page about his/her profile - info about name, department, position..etc
can anybody tell me how to go about that? i'll give my code if you'd like, but i had just done the retrieving info and put it in a table. which is not practical if theres a lot of data.
thanks in advance and i hope i made it clear
