<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> is missing!

View: New views
4 Messages — Rating Filter:   Alert me  

<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> is missing!

by Elliot Huntington :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

<%@ 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?

Thanks,
Axiopisty

Re: <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> is missing!

by Antonio Petrelli-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> is missing!

by Elliot Huntington :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> is missing!

by Antonio Petrelli-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/6/17 Elliot Huntington <elliot.huntington@...>:
> 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.

It would be great!
Just to start, the tutorial is generated by a Maven 2 project:
http://svn.apache.org/repos/asf/tiles/site/
You can help by providing patches for the site, by submitting into JIRA:
https://issues.apache.org/struts/browse/TILES

Or you can simply write in the Wiki:
http://cwiki.apache.org/TILES/

Thanks!
Antonio