I have this JSP/Servlet based application where I have the database columns output shown in a table. But, I want one of the column contents to come out as hyperlinks for all 100 entries. How should I be able to do that?
Please provide a complete example.
KR