Calling a servlet by clicking a html link in a jsp page?
843840Jan 29 2008 — edited Jan 29 2008Hello Friends, I am doing a Application using servlets & jsp. In one of my jsp page i am dynamically creating some html hyperlinks (of some Ids Which i have fetched from DB). Now after clicking those link I need to generate next page showing information regarding that Id.(the info will also be fetched from DB). I have made classes & functions to fetch the data which i always call through my beans. Those beans are manipulated in my controller servlet. So the problem is I need to call the Controller servlet to handle & create bean objects and call DB functions... I am confused what to do... how to call the servlet through the hyperlink... please help.... Suggestion Invited... Thanks in advance.....