Hello,
Tiles simply use the RequestDispatcher.include(...) method, wich allow to
include a servlet.
Cedric
Dave Dribin wrote:
> > Dave Dribin wrote:
> >
> > >Hi,
> > >
> > >This is more of an observation than a question. I started playing
> > >with the tiles and noticed that in included pages, you have to
> > >redeclare taglibs in those included pages.
>
> On Tue, Apr 02, 2002 at 10:08:10AM +1000, Arron Bates wrote:
> > They may be separate pages in terms of development, but at runtime
> > they'll become separate servlets all together and will be parsed as
> > such. Being separate servlet entities, they'll need the talib
> > declarations etc etc.
>
> Just out of curiousity, how does Tiles do this? Does it invoke the
> JSP servlet manually or do some sort of internal HTTP request and
> capture the output? I took a brief look at the code, but it gave me a
> headeache. ;)
>
> -Dave
>
> --
> To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:struts-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@jakarta.apache.org>
|