RE: Struts 2.0.8 upgrade question

2007-06-14 Thread Al Sutton
Message - > From: "Al Sutton" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" > Subject: RE: Struts 2.0.8 upgrade question > Date: Thu, 14 Jun 2007 07:34:00 +0100 > > > Ray, > > The tiles-jsp jar was an addition betw

RE: Struts 2.0.8 upgrade question

2007-06-14 Thread Ray Clough
t;Al Sutton" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" > Subject: RE: Struts 2.0.8 upgrade question > Date: Thu, 14 Jun 2007 07:34:00 +0100 > > > Ray, > > The tiles-jsp jar was an addition between the tiles release in S2.0.6 and &g

RE: Struts 2.0.8 upgrade question

2007-06-13 Thread Al Sutton
. -Original Message- From: Ray Clough [mailto:[EMAIL PROTECTED] Sent: 13 June 2007 22:09 To: user@struts.apache.org Subject: RE: Struts 2.0.8 upgrade question I got it to work with 2 steps. 1) I downloaded the 2.0.3 version of Tiles. Note that this requires knowing the download url,

Re: Re: Struts 2.0.8 upgrade question

2007-06-13 Thread Ray Clough
Thx. > - Original Message - > From: "Laurie Harper" <[EMAIL PROTECTED]> > To: user@struts.apache.org > Subject: Re: Struts 2.0.8 upgrade question > Date: Thu, 14 Jun 2007 01:15:31 -0400 > > > I think Al meant he raised the issue on the dev list

Re: Struts 2.0.8 upgrade question

2007-06-13 Thread Laurie Harper
ar into your webapp. This is something I raised on the dev list and the jar will be part of future builds. -Original Message- From: "Ray Clough" <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: 6/13/07 9:00 PM Subject: Re: Struts 2.0.8 upgrade question Nop

RE: Struts 2.0.8 upgrade question

2007-06-13 Thread Ray Clough
ure builds. > > -Original Message- > From: "Ray Clough" <[EMAIL PROTECTED]> > To: user@struts.apache.org > Sent: 6/13/07 9:00 PM > Subject: Re: Struts 2.0.8 upgrade question > > > Nope. It seems pretty clear that

RE: Struts 2.0.8 upgrade question

2007-06-13 Thread Al Sutton
9:00 PM Subject: Re: Struts 2.0.8 upgrade question Nope. It seems pretty clear that something is missing. Here is the error: java.lang.ClassNotFoundException: org.apache.tiles.jsp.context.JspTilesContextFactory For Tiles 2.0.4, that file is found in the file "tiles-jsp-2.0.4.jar. I don

Re: Struts 2.0.8 upgrade question

2007-06-13 Thread Ray Clough
Nope. It seems pretty clear that something is missing. Here is the error: java.lang.ClassNotFoundException: org.apache.tiles.jsp.context.JspTilesContextFactory For Tiles 2.0.4, that file is found in the file "tiles-jsp-2.0.4.jar. I don't know about Tiles 2.0.3 that is bundled with Struts-2.0.

Re: Struts 2.0.8 upgrade question

2007-06-13 Thread Al Sutton
Have you checked the old version of tiles has been removed?, the version shipped with 2.0.6 was a pre-release of Tiles 2 and the internal APIs changed, I had some problems until I realised my appserver was caching the old tiles jars and the problems were comming from an API mismatch. Ray Cloug