Re: Using tiles and expresso

2001-11-19 Thread Peter Pilgrim
Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject: Using tiles and expresso Hi My question regards using struts with tiles and expresso. For tiles I need to define in web.xml

Re: Using tiles and expresso

2001-11-19 Thread Cedric Dumoulin
Hi Peter, I also think that you need to integrate code of one in the other. The better is to create a new servlet extending Expresso or Tiles, and integrate code of the second. For Tiles, ActionComponentServlet do following things : * initialize Tiles by a call to a method initComponen

Using tiles and expresso

2001-11-18 Thread Peter Georgiou
Hi My question regards using struts with tiles and expresso. For tiles I need to define in web.xml: org.apache.struts.tiles.ActionComponentServlet and for expresso I need to define in web.xml: com.jcorporate.expresso.core.controller.ExpressoActionServlet. If I want to use both Tiles an