You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Al Sutton <al...@al-and-andrea.org.uk> on 2007/06/07 14:13:30 UTC

Possible problem with 2.0.8

Struts 2.0.8 doesn't include tiles-jsp-2.0.3 which means that none of the
tiles jsp tags are available. 
 
If the -core & -api jars are included the -jsp jar go in as well to avoid
users being left in a situation where they run the risk of installing all
the jars from whatever newest version of tiles is available (which may not
be compatible with 2.0.8), or they have to hunt down the 2.0.3 tiles
distribution which has already dissapeared from the front page of
tiles.apache.org (and I couldn't find it on the download pages either :().

Re: Possible problem with 2.0.8

Posted by Antonio Petrelli <an...@gmail.com>.
2007/6/7, Al Sutton <al...@al-and-andrea.org.uk>:
>
> Struts 2.0.8 doesn't include tiles-jsp-2.0.3 which means that none of the
> tiles jsp tags are available.
>
> If the -core & -api jars are included the -jsp jar go in as well to avoid
> users being left in a situation where they run the risk of installing all
> the jars from whatever newest version of tiles is available (which may not
> be compatible with 2.0.8), or they have to hunt down the 2.0.3 tiles
> distribution which has already dissapeared from the front page of
> tiles.apache.org (and I couldn't find it on the download pages either :().
>


In fact the tiles-jsp jar is not included as a dependency in the assembly
module, while tiles-core and tiles-api are included as transitive
dependencies (from the struts2-tiles plugin).
the tiles-jsp jar must be included explicitly.

About Tiles previous releases, thanks for the notification, I will add a
JIRA issue for Tiles :-)

Antonio