Hello everyone,
I am trying to use jsp with servlets.
I have a jsp page wich calls a servlet, the servlet makes a connection to the database
and retreive some information requested.
The question is how am i going to send the information requested back by calling a jsp page.
In other words how can the servlet pass information to the jsp so they can be displayed as an html page,
without having to write html code within the servlet code. The HTML code will be included in the jsp page
wich will be called by the servlet, and the response of the servlet should be integrated inside the jsp page.
The question is anyone has a clue how to do that.
I would really appreciate some help i'm really stuck there.
Thank you.
Title: There is a part of the chain misssing here.
- Re: There is a part of the chain misssing here. Nathalie Ghaoui
- Re: There is a part of the chain misssing here. Kevin Jones
