PDA

View Full Version : JSP and Servlets inter communication


bimal
01-11-2002, 10:14 PM
I have a JSP page. I need to calculate values in servlets and the just display them on a JSP page. How do I run servlets from JSP pages and then display the resulting values on the JSP page?
I hope this is clear enough,
Thanks,
B

tg
01-12-2002, 12:33 AM
you might be better off asking this question at a jsp site.

newfeng
05-04-2004, 10:06 AM
JSP: <jsp:forword>-->SERVLET(caculate values) result use dispatcher-->JSP page