For Expresso and Tiles, this seems to have worked for me (though I can't say I've tested it thoroughly yet). In ExpressoActionServlet.java, change this line:
public class ExpressoActionServlet extends ActionServlet { to... public class ExpressoActionServlet extends ActionComponentServlet { and add the appropriate import statement. Then recompile and setup your web container to map requests to ExpressoActionServlet. -Max ----- Original Message ----- From: "Michael Rimov" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 4:16 AM Subject: 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 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:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>