What's the issue?  When you specify the value for the "definitions-config" property in 
the TilesPlugin, you can list as many Tiles-def.xml files as you want.  An example is 
below.

        <!-- TILES PLUGIN -->
        <plug-in className="org.apache.struts.tiles.TilesPlugin">
                <set-property property="definitions-config"

                                          value="/WEB-INF/struts/main-tiles-defs.xml,
                                                         
/WEB-INF/struts/module1/MODULE1-tiles-defs.xml,
                                                         
/WEB-INF/struts/module2/MODULE2-tiles-defs.xml,
                                                         
/WEB-INF/struts/module3/MODULE3-tiles-defs.xml,
                                                         
/WEB-INF/struts/module4/MODULE4-tiles-defs.xml"
                                                         />
                <set-property property="definitions-debug" value="2"/>
                <set-property property="definitions-parser-details" value="2"/>
                <set-property property="definitions-parser-validate" value="true"/>
    </plug-in>

-----Original Message-----
From: nikhil walvekar [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 2:37 AM
To: [EMAIL PROTECTED]
Subject: multiple tilesdef


Hi,all
 
I have got two projects A & B, they have got their seperate tiles xml files.
 
Now sometimes i have to merge them as one project and buld it.
Now my problem is that for tile i am not able to know whether i can specify two xml 
files or i have to merge them.
 
There is same problem with applicationResource, i don;t want to use bundle name for 
resource.
 
Thanks & Regards,
Nikhil.

Yahoo! India Matrimony: Find your partner online.


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

Reply via email to