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?
jamestastic wrote: > > But Tomcat doesn't directly know about ValueStacks. It seems there must > be some Struts2 component which handles this part. Not to mention all the > Struts2 helper classes for processing Struts2 markup in JSP files. > > After my Action has completed, I've traced the ServletDispatcherResult to > call dispatcher.forward(request, response), but I can't figure out what > happens next. > > It's almost like there's another servlet which takes the result, opens & > processes the JSP, and writes it to the servletResponse output stream. > > I'm really stuck here. > > > > Wes Wannemacher wrote: >> >> Your app server (tomcat, WAS, etc.) compiles/serves the JSP files. The >> request is dispatched to the app server eventually. >> >> -W >> >> On 10/26/07, jamestastic <[EMAIL PROTECTED]> wrote: >>> >>> Digging down into the code, I'm trying to figure out exactly what >>> class(es) >>> open a .jsp file, and populate it with values from the OgnlValueStack. >>> >>> Any ideas? >>> -- >>> View this message in context: >>> http://www.nabble.com/What-actually-processes-a-JSP-file--tf4698875.html#a13432429 >>> Sent from the Struts - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> >> -- >> Wesley Wannemacher >> President, Head Engineer/Consultant >> WanTii, Inc. >> http://www.wantii.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/What-actually-processes-a-JSP-file--tf4698875.html#a13433739 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]