Just by looking and I am new to tiles...
That the  

<set-property property="moduleAware" value="false" />

The VALUE should be set to TRUE not false.

Hope it helps,
Erez

-----Original Message-----
From: Nathan Coast [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 13, 2003 2:12 PM
To: struts-user
Subject: module / tiles problems

Hi,

I tried setting up a web application with configuration files.

<init-param>
<param-name>config</param-name> 
<param-value>/WEB-INF/struts-config.xml,/WEB-INF/struts-config-logweb.xm
l</param-value>
</init-param>

both referred to their own tiles-defs files with tiles plugins

   <plug-in className="org.apache.struts.tiles.TilesPlugin" >
     <set-property property="definitions-config" 
value="/WEB-INF/tiles-defs.xml" />
     <set-property property="definitions-parser-validate" value="true"
/>
     <set-property property="moduleAware" value="false" />
   </plug-in>

and

   <plug-in className="org.apache.struts.tiles.TilesPlugin" >
     <set-property property="definitions-config" 
value="/WEB-INF/tiles-defs-logweb.xml" />
     <set-property property="definitions-parser-validate" value="true"
/>
     <set-property property="moduleAware" value="false" />
   </plug-in>

the tiles-defs were only loaded for the file listed in the first config 
file (struts-config.xml)

Am I doing something wrong?

thanks
Nathan


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



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

Reply via email to