First, Thank you so much for your quick reply.
You asked if I have problems with the taglibs. To be honest, I'm not sure
yet. I'm setting up a new Struts 2 application, going through the examples
in "Struts 2 in Action" (a great book). The reason I started investigating
if the URI is there is because my IDE (IntelliJ 6) inspection says "Cannot
resolve taglib with uri
http://tiles.apache.org/tags-tiles". I will finish
getting this set up and see if it works.
Thanks so much for your quick reply!
PS: Would it be possible for me to start helping out with the tiles 2
tutorials on the website? It seems they need some help.
On Tue, Jun 17, 2008 at 12:41 AM, Antonio Petrelli <
antonio.petrelli@...> wrote:
> 2008/6/17 Elliot Huntington <
elliot.huntington@...>:
> > <%@ taglib uri="
http://tiles.apache.org/tags-tiles" prefix="tiles" %>
> >
> > Whenever I try and point my browser to
>
http://tiles.apache.org/tags-tiles I
> > always get a 404 error. Has the taglib been moved? If so, where?
>
> It's not an URL but an URI. An URI does not need to point to an
> existing resource, but it is only an identifier.
> But now I would like to know: why do you want to browse to that URI?
> Have you got problems with the taglibs?
>
> Antonio
>
--
Elliot