Re: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread Peter Pilgrim
PROTECTED] on 31/01/2002 15:29 EST Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] cc: Subject: Expresso, Tiles and Multiple Controlers I would like to use Expresso with Tiles. Looking into the Struts resources section I found an entry for Multiple

Re: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread Ted Husted
I believe Mike Nash is planning to do some work on this on the Expresso side as well. John Menke wrote: I would like to use Expresso with Tiles. Looking into the Struts resources section I found an entry for Multiple Controllers. This appears to be what is needed to get Expresso and

Re: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread Ted Husted
Working with a Struts nightly build prior to 15 Jan, is it possible to just extend the Expresso servlet from the Tiles servlet, or do these conflict? (Obviously, I should be trying this myself =:o), but I'm in the same boat as Mike N right now.) -T. Michael Rimov wrote: At 05:08 AM 2/1/2002

Re: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread Michael Rimov
At 08:28 AM 2/1/2002 -0500, you wrote: Working with a Struts nightly build prior to 15 Jan, is it possible to just extend the Expresso servlet from the Tiles servlet, or do these conflict? (Obviously, I should be trying this myself =:o), but I'm in the same boat as Mike N right now.) -T. Most

RE: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread John Menke
, Tiles provide a copy of these methods, with appropriate replacement for include or servlet. -john -Original Message- From: Michael Rimov [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 8:40 AM To: Struts Users Mailing List Subject: Re: Expresso, Tiles and Multiple Controlers

Re: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread Cedric Dumoulin
for include or servlet. -john -Original Message- From: Michael Rimov [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 8:40 AM To: Struts Users Mailing List Subject: Re: Expresso, Tiles and Multiple Controlers At 08:28 AM 2/1/2002 -0500, you wrote: Working with a Struts

RE: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread John Menke
Cedric, I am trying to do the integration by combining the two servlets using the ExpressoActionServlet as my template. All I did was take all the methods you had in the ActionComponentServlet and pasted them into the ExpressoActionServlet code. I also added several imports that were not in the

Re: Expresso, Tiles and Multiple Controlers

2002-02-01 Thread Max Cooper
: Re: Expresso, Tiles and Multiple Controlers At 05:08 AM 2/1/2002 -0500, you wrote: I believe Mike Nash is planning to do some work on this on the Expresso side as well. From the other Mike... Yes, we're planning on doing this. I think Mike N. has been EXTREMELY busy keeping his head above

Expresso, Tiles and Multiple Controlers

2002-01-31 Thread John Menke
I would like to use Expresso with Tiles. Looking into the Struts resources section I found an entry for Multiple Controllers. This appears to be what is needed to get Expresso and Tiles working together. As per another previous post on the list: --- From: Peter