rula2005 ha scritto:
I specified no filenames in struts-config.xml

That's funny, how do you think that Tiles knows what definition file to use?

http://struts.apache.org/struts-action/struts-tiles/installation.html

As you can see it states:

   * *Using Tiles With Struts Action* - You will also need to configure
     the Tiles Plugin and the Tiles Request Processor to allow the
     framework to respond to Tiles-based Action Forwards. Below is a
     sample Tiles Plugin configuration.

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

HTH
Antonio

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

Reply via email to