Re: Tiles, included pages, and taglibs

2002-04-08 Thread Cedric Dumoulin
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 inclu

Re: Tiles, included pages, and taglibs

2002-04-04 Thread Cedric Dumoulin
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 inclu

Re: Tiles, included pages, and taglibs

2002-04-02 Thread Dave Dribin
> 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 separ

Re: Tiles, included pages, and taglibs

2002-04-01 Thread Arron Bates
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. If you do static includes, the server will simply pick up the include file

Tiles, included pages, and taglibs

2002-04-01 Thread Dave Dribin
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. Say I have this file, index.jsp: - <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib ur