Is there any way to embed the return (via the PrintWriter) from a servlet into a web page? More specifically, I'd like to be able to mimic the Server-Side include command #exec. I have tried using #exec with the servlet but it doesn't work.
Thanks! - Chris [This message has been edited by Chris Patton (edited August 17, 2000).]
I would have the servlet create a JavaBean with the results and place it in the HttpSession object. Then a JSP page would use a <jsp:useBean> tag and corresponding <%=bean.getThis()%> expressions to produce the desired results...
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD