I will give it a try today.

Cedric had some advice that I will try to follow:

For Tiles, ActionComponentServlet do following things :

   * initialize Tiles by a call to a method
initComponentDefinitionsMapping().
     You can copy/paste the appropriate method.
   * catch any call to RequestDispatcher.include or forward.
     Each of these calls are replaced by a call to a new method
     processForward(...). This method do all Tiles job in ActionServlet.

  In original Struts Servlet, calls to include and forward are located  in
processActionForward(...) and processValidate(...). So, 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
>
>
>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 likely that will be the case.  We haven't bundled Tiles with Expresso
>yet though. [Which probably will happen... we seem to have been bundling
>nearly everything else :-) ]  When I get a chance, I'll take a look at
>it.  [Unless Mike N. beats me to it :) ]
>
>                                         -Mike
>
>
>
>>Michael Rimov wrote:
>> >
>> > 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 water work-wise
>which is why
>> > you haven't seen it happen yet... Tiles has DEFINITELY piqued
>our interest
>> > and integration will definitely be forthcoming.... it's only matter of
>> > when. :)  Will keep you all posted.
>> >
>> >                                          -Mike
>> >
>> > --
>> > To unsubscribe,
>> e-mail:   <mailto:[EMAIL PROTECTED]>
>> > For additional commands, e-mail:
>> <mailto:[EMAIL PROTECTED]>
>>
>>--
>>To unsubscribe, e-mail:
><mailto:struts-user->[EMAIL PROTECTED]>
>>For
>additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:
><mailto:struts-user->[EMAIL PROTECTED]>
>For additional
>commands, e-mail:
><mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to