Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling a servlet by clicking a html link in a jsp page?

843840Jan 29 2008 — edited Jan 29 2008
Hello 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.....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2008
Added on Jan 29 2008
6 comments
641 views