Re: Struts1/Tiles and Struts2/tiles in same app

2012-09-04 Thread vsendhil
-Struts2-tiles-in-same-app-tp3476932p5710582.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

Re: Struts1/Tiles and Struts2/tiles in same app

2008-04-24 Thread Sandy143
e Tiles2 > definitions. > > Can any provide a sample app or config info on how its done? > > Many thanks > Darryl > > > -- View this message in context: http://www.nabble.com/Struts1-Tiles-and-Struts2-tiles-in-same-app-tp12331130p168

Re: Struts1/Tiles and Struts2/tiles in same app - Works!

2007-08-26 Thread Darryl Thompson
: user@struts.apache.org Sent: Sunday, August 26, 2007 5:44:08 AM Subject: Re: Struts1/Tiles and Struts2/tiles in same app My previous post failed, presumably the attachment was blocked. Here is the contents of the document I created to define the process of using Tiles-2 as a standalone service with

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-26 Thread Darryl Thompson
y, August 26, 2007 5:44:08 AM Subject: Re: Struts1/Tiles and Struts2/tiles in same app My previous post failed, presumably the attachment was blocked. Here is the contents of the document I created to define the process of using Tiles-2 as a standalone service with Struts-1 and Struts-2. Sorry if i

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-26 Thread Ray Clough
-public="-//W3C//DTD XHTML 1.0 Transitional//EN" /> String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath(); pageContext.setAttribute("BasePath",basePath);

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-26 Thread Ray Clough
I have prepared a pdf document describing this exact problem: Tiles-2 as a standalone service along with Struts-1 and Struts-2. The doc includes copies of the web.xml and struts.xml files. I am attaching the file in the hopes it is useful. - Ray Clough [EMAIL PROTECTED] ---

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Pavel Sapozhnikov
simple of a web app containing both s1/tiles1 > and s2/tiles2. > > If you know of such an example please send me the link > > Thanks > > > - Original Message > From: Pavel Sapozhnikov <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Sent: Saturda

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Darryl Thompson
p containing both s1/tiles1 and s2/tiles2. If you know of such an example please send me the link Thanks - Original Message From: Pavel Sapozhnikov <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Saturday, August 25, 2007 8:09:33 PM Subject: Re: Struts1/Tiles and Strut

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Pavel Sapozhnikov
Well there are definitely some tutorials on the net how to start this thing with Tiles2. You have to include a servlet in web.xml and make sure to put a result type to struts.xml and when you want to use tiles just use result type tiles. Also make sure all your necessary jars are in place. I heard

Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Darryl Thompson
Hello, I have production application written using Struts1.2 and Tiles 1, and I need to implement the new Struts2/Tiles 2 features within the same web app. I have not found any good documentation that explains how to do this. I have created a simple Struts1/Tiles1 app that also has Struts2/Tile