On 10/26/07, jamestastic <[EMAIL PROTECTED]> wrote: > > org.apache.jasper.servlet.JSPServlet looks interesting. > > Could the RequestDispatcher be invoking a JSPServlet to compile a JSP on the > fly, then populate it according to my ValueStack? >
Yes, Jasper is a very common JSP Servlet (but it's not the only one). But it never access the ValueStack itself (in fact it knows nothing about it). The ValueStack access happens in the tag libraries. (*Chris*) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]