RE: Modules with Tiles Problem

2004-01-13 Thread C.Aussems
Hi Patrick, I'm interested in this thread because it seems we have (had?) similar problems regarding html:link in modules with global tiles; But your last question remained unanswered?? Thanks David, The multiconfig eliminates the error message. Another question is, the html:link is screwed

RE: Modules with Tiles Problem

2003-12-18 Thread Patrick Cheng
Users Mailing List Subject: RE: Modules with Tiles Problem If you have components used everywhere for every module, create some new and separate struts-config.xml and tiles-defs.xml files. You can specify multiples of each type of file for each module, so each module is free to reference a shared

RE: Modules with Tiles Problem

2003-12-17 Thread Patrick Cheng
HI All, I found a way to get it working. %org.apache.struts.util.RequestUtils.selectModule(,request,applicatio n);% html:form action=/Layout.do I have to do this for every html:form item. This works, but it is ugly. It's even worse since this method is deprecated in struts1.2. I'm suspecting

RE: Modules with Tiles Problem

2003-12-17 Thread Hibbs, David
[mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 1:27 AM To: Struts Users Mailing List Subject: RE: Modules with Tiles Problem HI All, I found a way to get it working. %org.apache.struts.util.RequestUtils.selectModule(,request, applicatio n);% html:form action=/Layout.do I

Re: Modules and Tiles: Problem

2002-12-10 Thread Andrew Kuzmin
Hi, Cedric - Original Message - From: Cedric Dumoulin [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 10:19 PM Subject: Re: Modules and Tiles: Problem Hi, Is there any errors regarding Tiles in the Tomcat console (you may need

Re: Modules and Tiles: Problem

2002-12-09 Thread Cedric Dumoulin
Hi, Is there any errors regarding Tiles in the Tomcat console (you may need to enable logging for Tiles) ? Cedric Andrew Kuzmin wrote: I have two modules: A) struts-config.xml: plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitions-config