hyperlink « String « JSP-Servlet Q&A





1. Append strings to our hyperlink in jsp    stackoverflow.com

Can you give me any simple example? For example I took an error when I try to add my strings:

String id = line.split(" / ")[0];
String ssid = line.split(" / ")[1]; 

table += ...