You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Allen, Daniel" <Da...@kbcfp.com> on 2008/02/12 20:43:43 UTC

Source for Struts Tiles Plugin?

Hi. I'm trying to move a web app from Struts1/Tiles1 to Struts2/Tiles2.
Unsurprisingly, quite a few things are going wrong.

In particular, I have a tiles-def.xml file in WEB-INF/classes, and it's
not being picked up, or at least not being read properly. I was able to
trace through the definitions loading up to a point, and see that the
correct file path is being given to
ServletTilesApplicationContext.getResource(), but within that method
there's a call to servletContext.getResource() which goes into the
ConfiguredServletContext class. That class is part of the Struts Tiles
Plugin jar, and I don't have the source to step inside and see what
specifically is going wrong.  So, if anyone could give me a SVN or CVS
command or provide a link to download the source, that would really
help.

Thanks,
~Dan Allen

-- 
This message may contain confidential, proprietary, or legally privileged information. No confidentiality or privilege is waived by any transmission to an unintended recipient. If you are not an intended recipient, please notify the sender and delete this message immediately. Any views expressed in this message are those of the sender, not those of any entity within the KBC Financial Products group of companies (together referred to as "KBC FP"). 

This message does not create any obligation, contractual or otherwise, on the part of KBC FP. It is not an offer (or solicitation of an offer) of, or a recommendation to buy or sell, any financial product. Any prices or other values included in this message are indicative only, and do not necessarily represent current market prices, prices at which KBC FP would enter into a transaction, or prices at which similar transactions may be carried on KBC FP's own books. The information contained in this message is provided "as is", without representations or warranties, express or implied, of any kind. Past performance is not indicative of future returns.


RE: Source for Struts Tiles Plugin?

Posted by "Allen, Daniel" <Da...@kbcfp.com>.
Actually, after all that, it turned out to be a stupid typo: my
<context-param> for DEFINITION_CONFIG pointed to tiles-def.xml and the
file was titlted tiles-defs.xml...

Thanks for the source link, though. That will no doubt continue to help.

~Dan Allen


-----Original Message-----
From: Lukasz Lenart [mailto:lukasz.lenart@googlemail.com] 
Sent: Tuesday, February 12, 2008 2:53 PM
To: Struts Users Mailing List
Subject: Re: Source for Struts Tiles Plugin?

Hi,

By default, Tiles2 use tiles.xml, you can add additional config files
via DEFINITIONS_CONFIG ->
http://tiles.apache.org/config-reference.html
Please check also DTD for tiles.xml, it was changed.


Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


-- 
This message may contain confidential, proprietary, or legally privileged information. No confidentiality or privilege is waived by any transmission to an unintended recipient. If you are not an intended recipient, please notify the sender and delete this message immediately. Any views expressed in this message are those of the sender, not those of any entity within the KBC Financial Products group of companies (together referred to as "KBC FP"). 

This message does not create any obligation, contractual or otherwise, on the part of KBC FP. It is not an offer (or solicitation of an offer) of, or a recommendation to buy or sell, any financial product. Any prices or other values included in this message are indicative only, and do not necessarily represent current market prices, prices at which KBC FP would enter into a transaction, or prices at which similar transactions may be carried on KBC FP's own books. The information contained in this message is provided "as is", without representations or warranties, express or implied, of any kind. Past performance is not indicative of future returns.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Source for Struts Tiles Plugin?

Posted by Lukasz Lenart <lu...@googlemail.com>.
Hi,

By default, Tiles2 use tiles.xml, you can add additional config files
via DEFINITIONS_CONFIG ->
http://tiles.apache.org/config-reference.html
Please check also DTD for tiles.xml, it was changed.


Regards
-- 
Lukasz

http://www.linkedin.com/in/lukaszlenart

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Source for Struts Tiles Plugin?

Posted by Dave Newton <ne...@yahoo.com>.
--- Dave Newton <ne...@yahoo.com> wrote:
> --- "Allen, Daniel" <Da...@kbcfp.com> wrote:
> > I downloaded this source code, but it's just the main Struts core, as
> > far as I can tell. That's been helpful, but there are still gaps where
> > control is passed to the Struts Tiles plug-in. 
> 
>
http://svn.apache.org/viewvc/struts/struts2/tags/STRUTS_2_0_6/plugins/tiles/

Oops, typed it in upside-down.

http://svn.apache.org/viewvc/struts/struts2/tags/STRUTS_2_0_9/plugins/tiles/

> 
> > Does anyone know where the source for the plug-in is? 
> > 
> > I've hit a total dead-end on the Apache site:
> > http://struts.apache.org/2.0.6/index.html
> > Click Plugin Registry: http://cwiki.apache.org/S2PLUGINS/home.html
> > Click Tiles Plugin: http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
> > And then I end up here:
> > http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
> > That has a link labelled "downloads", but it just takes me back to the
> > main Struts Downloads page in a loop. Honestly, in order to even get the
> > jar in the first place, I had to "cheat" and get Maven to download it
> > for me from a repository, but those don't keep the source. 
> > 
> > I also tried another path, and ended up in a framework site of
> > documentation headers. That has this page:
> > http://struts.apache.org/struts-sandbox/tiles/tiles-api/source-repositor
> > y.html
> > But the URL its gives for the SVN repository responds with a 404.
> > 
> > Does anyone know a valid URL for the SVN repository, or a link to a
> > ZIP/TAR/whatever file?
> > 
> > ~DVA
> > 
> > 
> > -----Original Message-----
> > From: Dave Newton [mailto:newton.dave@yahoo.com] 
> > Sent: Tuesday, February 12, 2008 2:51 PM
> > To: Struts Users Mailing List
> > Subject: RE: Source for Struts Tiles Plugin?
> > 
> > See http://struts.apache.org/dev/builds.html; releases are under
> > /tags/STRUTS_2_n_n:
> > 
> > Source distros are also available, see
> > http://struts.apache.org/download.cgi
> > and follow the archive link http://archive.apache.org/dist/struts/. I
> > believe
> > there is a S2.0.9 source distro there.
> > 
> > Dave
> > 
> > --- "Allen, Daniel" <Da...@kbcfp.com> wrote:
> > 
> > > PS: I'm looking for v2.0.9 specifically, if that makes any difference.
> > > 
> > > -----Original Message-----
> > > From: Allen, Daniel 
> > > Sent: Tuesday, February 12, 2008 2:44 PM
> > > To: Struts Users Mailing List
> > > Subject: Source for Struts Tiles Plugin?
> > > 
> > > Hi. I'm trying to move a web app from Struts1/Tiles1 to
> > Struts2/Tiles2.
> > > Unsurprisingly, quite a few things are going wrong.
> > > 
> > > In particular, I have a tiles-def.xml file in WEB-INF/classes, and
> > it's
> > > not being picked up, or at least not being read properly. I was able
> > to
> > > trace through the definitions loading up to a point, and see that the
> > > correct file path is being given to
> > > ServletTilesApplicationContext.getResource(), but within that method
> > > there's a call to servletContext.getResource() which goes into the
> > > ConfiguredServletContext class. That class is part of the Struts Tiles
> > > Plugin jar, and I don't have the source to step inside and see what
> > > specifically is going wrong.  So, if anyone could give me a SVN or CVS
> > > command or provide a link to download the source, that would really
> > > help.
> > > 
> > > Thanks,
> > > ~Dan Allen
> > > 
> > > -- 
> > > This message may contain confidential, proprietary, or legally
> > privileged
> > > information. No confidentiality or privilege is waived by any
> > transmission
> > > to an unintended recipient. If you are not an intended recipient,
> > please
> > > notify the sender and delete this message immediately. Any views
> > expressed
> > > in this message are those of the sender, not those of any entity
> > within the
> > > KBC Financial Products group of companies (together referred to as
> > "KBC
> > > FP"). 
> > > 
> > > This message does not create any obligation, contractual or otherwise,
> > on
> > > the part of KBC FP. It is not an offer (or solicitation of an offer)
> > of, or
> > > a recommendation to buy or sell, any financial product. Any prices or
> > other
> > > values included in this message are indicative only, and do not
> > necessarily
> > > represent current market prices, prices at which KBC FP would enter
> > into a
> > > transaction, or prices at which similar transactions may be carried on
> > KBC
> > > FP's own books. The information contained in this message is provided
> > "as
> > > is", without representations or warranties, express or implied, of any
> > > kind. Past performance is not indicative of future returns.
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > > For additional commands, e-mail: user-help@struts.apache.org
> > > 
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> > 
> > 
> > -- 
> > This message may contain confidential, proprietary, or legally privileged
> > information. No confidentiality or privilege is waived by any
> transmission
> > to an unintended recipient. If you are not an intended recipient, please
> > notify the sender and delete this message immediately. Any views
> expressed
> > in this message are those of the sender, not those of any entity within
> the
> > KBC Financial Products group of companies (together referred to as "KBC
> > FP"). 
> > 
> > This message does not create any obligation, contractual or otherwise, on
> > the part of KBC FP. It is not an offer (or solicitation of an offer) of,
> or
> > a recommendation to buy or sell, any financial product. Any prices or
> other
> > values included in this message are indicative only, and do not
> necessarily
> > represent current market prices, prices at which KBC FP would enter into
> a
> > transaction, or prices at which similar transactions may be carried on
> KBC
> > FP's own books. The information contained in this message is provided "as
> > is", without representations or warranties, express or implied, of any
> > kind. Past performance is not indicative of future returns.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Source for Struts Tiles Plugin?

Posted by "Allen, Daniel" <Da...@kbcfp.com>.
Great. Thanks! 

-----Original Message-----
From: Dave Newton [mailto:newton.dave@yahoo.com] 
Sent: Tuesday, February 12, 2008 5:14 PM
To: Struts Users Mailing List
Subject: RE: Source for Struts Tiles Plugin?

--- "Allen, Daniel" <Da...@kbcfp.com> wrote:
> I downloaded this source code, but it's just the main Struts core, as
> far as I can tell. That's been helpful, but there are still gaps where
> control is passed to the Struts Tiles plug-in. 

http://svn.apache.org/viewvc/struts/struts2/tags/STRUTS_2_0_6/plugins/ti
les/

> Does anyone know where the source for the plug-in is? 
> 
> I've hit a total dead-end on the Apache site:
> http://struts.apache.org/2.0.6/index.html
> Click Plugin Registry: http://cwiki.apache.org/S2PLUGINS/home.html
> Click Tiles Plugin:
http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
> And then I end up here:
> http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
> That has a link labelled "downloads", but it just takes me back to the
> main Struts Downloads page in a loop. Honestly, in order to even get
the
> jar in the first place, I had to "cheat" and get Maven to download it
> for me from a repository, but those don't keep the source. 
> 
> I also tried another path, and ended up in a framework site of
> documentation headers. That has this page:
>
http://struts.apache.org/struts-sandbox/tiles/tiles-api/source-repositor
> y.html
> But the URL its gives for the SVN repository responds with a 404.
> 
> Does anyone know a valid URL for the SVN repository, or a link to a
> ZIP/TAR/whatever file?
> 
> ~DVA
> 
> 
> -----Original Message-----
> From: Dave Newton [mailto:newton.dave@yahoo.com] 
> Sent: Tuesday, February 12, 2008 2:51 PM
> To: Struts Users Mailing List
> Subject: RE: Source for Struts Tiles Plugin?
> 
> See http://struts.apache.org/dev/builds.html; releases are under
> /tags/STRUTS_2_n_n:
> 
> Source distros are also available, see
> http://struts.apache.org/download.cgi
> and follow the archive link http://archive.apache.org/dist/struts/. I
> believe
> there is a S2.0.9 source distro there.
> 
> Dave
> 
> --- "Allen, Daniel" <Da...@kbcfp.com> wrote:
> 
> > PS: I'm looking for v2.0.9 specifically, if that makes any
difference.
> > 
> > -----Original Message-----
> > From: Allen, Daniel 
> > Sent: Tuesday, February 12, 2008 2:44 PM
> > To: Struts Users Mailing List
> > Subject: Source for Struts Tiles Plugin?
> > 
> > Hi. I'm trying to move a web app from Struts1/Tiles1 to
> Struts2/Tiles2.
> > Unsurprisingly, quite a few things are going wrong.
> > 
> > In particular, I have a tiles-def.xml file in WEB-INF/classes, and
> it's
> > not being picked up, or at least not being read properly. I was able
> to
> > trace through the definitions loading up to a point, and see that
the
> > correct file path is being given to
> > ServletTilesApplicationContext.getResource(), but within that method
> > there's a call to servletContext.getResource() which goes into the
> > ConfiguredServletContext class. That class is part of the Struts
Tiles
> > Plugin jar, and I don't have the source to step inside and see what
> > specifically is going wrong.  So, if anyone could give me a SVN or
CVS
> > command or provide a link to download the source, that would really
> > help.
> > 
> > Thanks,
> > ~Dan Allen
> > 
> > -- 
> > This message may contain confidential, proprietary, or legally
> privileged
> > information. No confidentiality or privilege is waived by any
> transmission
> > to an unintended recipient. If you are not an intended recipient,
> please
> > notify the sender and delete this message immediately. Any views
> expressed
> > in this message are those of the sender, not those of any entity
> within the
> > KBC Financial Products group of companies (together referred to as
> "KBC
> > FP"). 
> > 
> > This message does not create any obligation, contractual or
otherwise,
> on
> > the part of KBC FP. It is not an offer (or solicitation of an offer)
> of, or
> > a recommendation to buy or sell, any financial product. Any prices
or
> other
> > values included in this message are indicative only, and do not
> necessarily
> > represent current market prices, prices at which KBC FP would enter
> into a
> > transaction, or prices at which similar transactions may be carried
on
> KBC
> > FP's own books. The information contained in this message is
provided
> "as
> > is", without representations or warranties, express or implied, of
any
> > kind. Past performance is not indicative of future returns.
> > 
> > 
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> -- 
> This message may contain confidential, proprietary, or legally
privileged
> information. No confidentiality or privilege is waived by any
transmission
> to an unintended recipient. If you are not an intended recipient,
please
> notify the sender and delete this message immediately. Any views
expressed
> in this message are those of the sender, not those of any entity
within the
> KBC Financial Products group of companies (together referred to as
"KBC
> FP"). 
> 
> This message does not create any obligation, contractual or otherwise,
on
> the part of KBC FP. It is not an offer (or solicitation of an offer)
of, or
> a recommendation to buy or sell, any financial product. Any prices or
other
> values included in this message are indicative only, and do not
necessarily
> represent current market prices, prices at which KBC FP would enter
into a
> transaction, or prices at which similar transactions may be carried on
KBC
> FP's own books. The information contained in this message is provided
"as
> is", without representations or warranties, express or implied, of any
> kind. Past performance is not indicative of future returns.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


-- 
This message may contain confidential, proprietary, or legally privileged information. No confidentiality or privilege is waived by any transmission to an unintended recipient. If you are not an intended recipient, please notify the sender and delete this message immediately. Any views expressed in this message are those of the sender, not those of any entity within the KBC Financial Products group of companies (together referred to as "KBC FP"). 

This message does not create any obligation, contractual or otherwise, on the part of KBC FP. It is not an offer (or solicitation of an offer) of, or a recommendation to buy or sell, any financial product. Any prices or other values included in this message are indicative only, and do not necessarily represent current market prices, prices at which KBC FP would enter into a transaction, or prices at which similar transactions may be carried on KBC FP's own books. The information contained in this message is provided "as is", without representations or warranties, express or implied, of any kind. Past performance is not indicative of future returns.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Source for Struts Tiles Plugin?

Posted by Dave Newton <ne...@yahoo.com>.
--- "Allen, Daniel" <Da...@kbcfp.com> wrote:
> I downloaded this source code, but it's just the main Struts core, as
> far as I can tell. That's been helpful, but there are still gaps where
> control is passed to the Struts Tiles plug-in. 

http://svn.apache.org/viewvc/struts/struts2/tags/STRUTS_2_0_6/plugins/tiles/

> Does anyone know where the source for the plug-in is? 
> 
> I've hit a total dead-end on the Apache site:
> http://struts.apache.org/2.0.6/index.html
> Click Plugin Registry: http://cwiki.apache.org/S2PLUGINS/home.html
> Click Tiles Plugin: http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
> And then I end up here:
> http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
> That has a link labelled "downloads", but it just takes me back to the
> main Struts Downloads page in a loop. Honestly, in order to even get the
> jar in the first place, I had to "cheat" and get Maven to download it
> for me from a repository, but those don't keep the source. 
> 
> I also tried another path, and ended up in a framework site of
> documentation headers. That has this page:
> http://struts.apache.org/struts-sandbox/tiles/tiles-api/source-repositor
> y.html
> But the URL its gives for the SVN repository responds with a 404.
> 
> Does anyone know a valid URL for the SVN repository, or a link to a
> ZIP/TAR/whatever file?
> 
> ~DVA
> 
> 
> -----Original Message-----
> From: Dave Newton [mailto:newton.dave@yahoo.com] 
> Sent: Tuesday, February 12, 2008 2:51 PM
> To: Struts Users Mailing List
> Subject: RE: Source for Struts Tiles Plugin?
> 
> See http://struts.apache.org/dev/builds.html; releases are under
> /tags/STRUTS_2_n_n:
> 
> Source distros are also available, see
> http://struts.apache.org/download.cgi
> and follow the archive link http://archive.apache.org/dist/struts/. I
> believe
> there is a S2.0.9 source distro there.
> 
> Dave
> 
> --- "Allen, Daniel" <Da...@kbcfp.com> wrote:
> 
> > PS: I'm looking for v2.0.9 specifically, if that makes any difference.
> > 
> > -----Original Message-----
> > From: Allen, Daniel 
> > Sent: Tuesday, February 12, 2008 2:44 PM
> > To: Struts Users Mailing List
> > Subject: Source for Struts Tiles Plugin?
> > 
> > Hi. I'm trying to move a web app from Struts1/Tiles1 to
> Struts2/Tiles2.
> > Unsurprisingly, quite a few things are going wrong.
> > 
> > In particular, I have a tiles-def.xml file in WEB-INF/classes, and
> it's
> > not being picked up, or at least not being read properly. I was able
> to
> > trace through the definitions loading up to a point, and see that the
> > correct file path is being given to
> > ServletTilesApplicationContext.getResource(), but within that method
> > there's a call to servletContext.getResource() which goes into the
> > ConfiguredServletContext class. That class is part of the Struts Tiles
> > Plugin jar, and I don't have the source to step inside and see what
> > specifically is going wrong.  So, if anyone could give me a SVN or CVS
> > command or provide a link to download the source, that would really
> > help.
> > 
> > Thanks,
> > ~Dan Allen
> > 
> > -- 
> > This message may contain confidential, proprietary, or legally
> privileged
> > information. No confidentiality or privilege is waived by any
> transmission
> > to an unintended recipient. If you are not an intended recipient,
> please
> > notify the sender and delete this message immediately. Any views
> expressed
> > in this message are those of the sender, not those of any entity
> within the
> > KBC Financial Products group of companies (together referred to as
> "KBC
> > FP"). 
> > 
> > This message does not create any obligation, contractual or otherwise,
> on
> > the part of KBC FP. It is not an offer (or solicitation of an offer)
> of, or
> > a recommendation to buy or sell, any financial product. Any prices or
> other
> > values included in this message are indicative only, and do not
> necessarily
> > represent current market prices, prices at which KBC FP would enter
> into a
> > transaction, or prices at which similar transactions may be carried on
> KBC
> > FP's own books. The information contained in this message is provided
> "as
> > is", without representations or warranties, express or implied, of any
> > kind. Past performance is not indicative of future returns.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> -- 
> This message may contain confidential, proprietary, or legally privileged
> information. No confidentiality or privilege is waived by any transmission
> to an unintended recipient. If you are not an intended recipient, please
> notify the sender and delete this message immediately. Any views expressed
> in this message are those of the sender, not those of any entity within the
> KBC Financial Products group of companies (together referred to as "KBC
> FP"). 
> 
> This message does not create any obligation, contractual or otherwise, on
> the part of KBC FP. It is not an offer (or solicitation of an offer) of, or
> a recommendation to buy or sell, any financial product. Any prices or other
> values included in this message are indicative only, and do not necessarily
> represent current market prices, prices at which KBC FP would enter into a
> transaction, or prices at which similar transactions may be carried on KBC
> FP's own books. The information contained in this message is provided "as
> is", without representations or warranties, express or implied, of any
> kind. Past performance is not indicative of future returns.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Source for Struts Tiles Plugin?

Posted by "Allen, Daniel" <Da...@kbcfp.com>.
Dave: 

I downloaded this source code, but it's just the main Struts core, as
far as I can tell. That's been helpful, but there are still gaps where
control is passed to the Struts Tiles plug-in. 

Does anyone know where the source for the plug-in is? 

I've hit a total dead-end on the Apache site:
http://struts.apache.org/2.0.6/index.html
Click Plugin Registry: http://cwiki.apache.org/S2PLUGINS/home.html
Click Tiles Plugin: http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
And then I end up here:
http://cwiki.apache.org/S2PLUGINS/tiles-plugin.html
That has a link labelled "downloads", but it just takes me back to the
main Struts Downloads page in a loop. Honestly, in order to even get the
jar in the first place, I had to "cheat" and get Maven to download it
for me from a repository, but those don't keep the source. 

I also tried another path, and ended up in a framework site of
documentation headers. That has this page:
http://struts.apache.org/struts-sandbox/tiles/tiles-api/source-repositor
y.html
But the URL its gives for the SVN repository responds with a 404.

Does anyone know a valid URL for the SVN repository, or a link to a
ZIP/TAR/whatever file?

~DVA


-----Original Message-----
From: Dave Newton [mailto:newton.dave@yahoo.com] 
Sent: Tuesday, February 12, 2008 2:51 PM
To: Struts Users Mailing List
Subject: RE: Source for Struts Tiles Plugin?

See http://struts.apache.org/dev/builds.html; releases are under
/tags/STRUTS_2_n_n:

Source distros are also available, see
http://struts.apache.org/download.cgi
and follow the archive link http://archive.apache.org/dist/struts/. I
believe
there is a S2.0.9 source distro there.

Dave

--- "Allen, Daniel" <Da...@kbcfp.com> wrote:

> PS: I'm looking for v2.0.9 specifically, if that makes any difference.
> 
> -----Original Message-----
> From: Allen, Daniel 
> Sent: Tuesday, February 12, 2008 2:44 PM
> To: Struts Users Mailing List
> Subject: Source for Struts Tiles Plugin?
> 
> Hi. I'm trying to move a web app from Struts1/Tiles1 to
Struts2/Tiles2.
> Unsurprisingly, quite a few things are going wrong.
> 
> In particular, I have a tiles-def.xml file in WEB-INF/classes, and
it's
> not being picked up, or at least not being read properly. I was able
to
> trace through the definitions loading up to a point, and see that the
> correct file path is being given to
> ServletTilesApplicationContext.getResource(), but within that method
> there's a call to servletContext.getResource() which goes into the
> ConfiguredServletContext class. That class is part of the Struts Tiles
> Plugin jar, and I don't have the source to step inside and see what
> specifically is going wrong.  So, if anyone could give me a SVN or CVS
> command or provide a link to download the source, that would really
> help.
> 
> Thanks,
> ~Dan Allen
> 
> -- 
> This message may contain confidential, proprietary, or legally
privileged
> information. No confidentiality or privilege is waived by any
transmission
> to an unintended recipient. If you are not an intended recipient,
please
> notify the sender and delete this message immediately. Any views
expressed
> in this message are those of the sender, not those of any entity
within the
> KBC Financial Products group of companies (together referred to as
"KBC
> FP"). 
> 
> This message does not create any obligation, contractual or otherwise,
on
> the part of KBC FP. It is not an offer (or solicitation of an offer)
of, or
> a recommendation to buy or sell, any financial product. Any prices or
other
> values included in this message are indicative only, and do not
necessarily
> represent current market prices, prices at which KBC FP would enter
into a
> transaction, or prices at which similar transactions may be carried on
KBC
> FP's own books. The information contained in this message is provided
"as
> is", without representations or warranties, express or implied, of any
> kind. Past performance is not indicative of future returns.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


-- 
This message may contain confidential, proprietary, or legally privileged information. No confidentiality or privilege is waived by any transmission to an unintended recipient. If you are not an intended recipient, please notify the sender and delete this message immediately. Any views expressed in this message are those of the sender, not those of any entity within the KBC Financial Products group of companies (together referred to as "KBC FP"). 

This message does not create any obligation, contractual or otherwise, on the part of KBC FP. It is not an offer (or solicitation of an offer) of, or a recommendation to buy or sell, any financial product. Any prices or other values included in this message are indicative only, and do not necessarily represent current market prices, prices at which KBC FP would enter into a transaction, or prices at which similar transactions may be carried on KBC FP's own books. The information contained in this message is provided "as is", without representations or warranties, express or implied, of any kind. Past performance is not indicative of future returns.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Source for Struts Tiles Plugin?

Posted by Dave Newton <ne...@yahoo.com>.
See http://struts.apache.org/dev/builds.html; releases are under
/tags/STRUTS_2_n_n.

Source distros are also available, see http://struts.apache.org/download.cgi
and follow the archive link http://archive.apache.org/dist/struts/. I believe
there is a S2.0.9 source distro there.

Dave

--- "Allen, Daniel" <Da...@kbcfp.com> wrote:

> PS: I'm looking for v2.0.9 specifically, if that makes any difference.
> 
> -----Original Message-----
> From: Allen, Daniel 
> Sent: Tuesday, February 12, 2008 2:44 PM
> To: Struts Users Mailing List
> Subject: Source for Struts Tiles Plugin?
> 
> Hi. I'm trying to move a web app from Struts1/Tiles1 to Struts2/Tiles2.
> Unsurprisingly, quite a few things are going wrong.
> 
> In particular, I have a tiles-def.xml file in WEB-INF/classes, and it's
> not being picked up, or at least not being read properly. I was able to
> trace through the definitions loading up to a point, and see that the
> correct file path is being given to
> ServletTilesApplicationContext.getResource(), but within that method
> there's a call to servletContext.getResource() which goes into the
> ConfiguredServletContext class. That class is part of the Struts Tiles
> Plugin jar, and I don't have the source to step inside and see what
> specifically is going wrong.  So, if anyone could give me a SVN or CVS
> command or provide a link to download the source, that would really
> help.
> 
> Thanks,
> ~Dan Allen
> 
> -- 
> This message may contain confidential, proprietary, or legally privileged
> information. No confidentiality or privilege is waived by any transmission
> to an unintended recipient. If you are not an intended recipient, please
> notify the sender and delete this message immediately. Any views expressed
> in this message are those of the sender, not those of any entity within the
> KBC Financial Products group of companies (together referred to as "KBC
> FP"). 
> 
> This message does not create any obligation, contractual or otherwise, on
> the part of KBC FP. It is not an offer (or solicitation of an offer) of, or
> a recommendation to buy or sell, any financial product. Any prices or other
> values included in this message are indicative only, and do not necessarily
> represent current market prices, prices at which KBC FP would enter into a
> transaction, or prices at which similar transactions may be carried on KBC
> FP's own books. The information contained in this message is provided "as
> is", without representations or warranties, express or implied, of any
> kind. Past performance is not indicative of future returns.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Source for Struts Tiles Plugin?

Posted by "Allen, Daniel" <Da...@kbcfp.com>.
PS: I'm looking for v2.0.9 specifically, if that makes any difference.

-----Original Message-----
From: Allen, Daniel 
Sent: Tuesday, February 12, 2008 2:44 PM
To: Struts Users Mailing List
Subject: Source for Struts Tiles Plugin?

Hi. I'm trying to move a web app from Struts1/Tiles1 to Struts2/Tiles2.
Unsurprisingly, quite a few things are going wrong.

In particular, I have a tiles-def.xml file in WEB-INF/classes, and it's
not being picked up, or at least not being read properly. I was able to
trace through the definitions loading up to a point, and see that the
correct file path is being given to
ServletTilesApplicationContext.getResource(), but within that method
there's a call to servletContext.getResource() which goes into the
ConfiguredServletContext class. That class is part of the Struts Tiles
Plugin jar, and I don't have the source to step inside and see what
specifically is going wrong.  So, if anyone could give me a SVN or CVS
command or provide a link to download the source, that would really
help.

Thanks,
~Dan Allen

-- 
This message may contain confidential, proprietary, or legally privileged information. No confidentiality or privilege is waived by any transmission to an unintended recipient. If you are not an intended recipient, please notify the sender and delete this message immediately. Any views expressed in this message are those of the sender, not those of any entity within the KBC Financial Products group of companies (together referred to as "KBC FP"). 

This message does not create any obligation, contractual or otherwise, on the part of KBC FP. It is not an offer (or solicitation of an offer) of, or a recommendation to buy or sell, any financial product. Any prices or other values included in this message are indicative only, and do not necessarily represent current market prices, prices at which KBC FP would enter into a transaction, or prices at which similar transactions may be carried on KBC FP's own books. The information contained in this message is provided "as is", without representations or warranties, express or implied, of any kind. Past performance is not indicative of future returns.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org