The JSP is processed by your servlet container, but it delegates to
the tag libraries whenever it encounters a custom tag.  The OGNL Value
Stack access happens (mostly) in the Struts 2 <s:...> tag library.
  (*Chris*)

On 10/26/07, jamestastic <[EMAIL PROTECTED]> wrote:
>
> It looks like there's a ServletHolder which tells a servlet to process the
> JSP file.  I just can't figure out what that servlet is.
>
> Hmm...
>
>
>
>
> jamestastic 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#a13433406
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to