-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
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
: 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
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
-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
/>
String basePath = request.getScheme()
+ "://"
+ request.getServerName()
+ ":"
+ request.getServerPort()
+ request.getContextPath();
pageContext.setAttribute("BasePath",basePath);
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]
---
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
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
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
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
10 matches
Mail list logo