I'm working on jsp,servlet code . I have LESSON table in my db too which has lesson_id , lesson_name and etc. 
Now I want to use "a" tag in my jsp page which link to a servlet page but each tag used in jsp should has a specific lesson_id which has token from my database. 
for example data structure has a special id. so if i want to use many "a" tag in my jsp for each lesson that has a specific id, how can i do this?  
 
     
     
    