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 += "<tr><td><a href="person.jsp?id=<%=id%>&ssid=<%=ssid%>">Link</a></td></tr>";