Re: Re: A problem using Struts Tiles

2007-07-26 Thread Antonio Petrelli
2007/7/26, Paul Benedict <[EMAIL PROTECTED]>: Antonio, are you doing the same with the Tiles2 plugin? Using a command not a custom controller? Do you mean this? http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles2/src/main/resources/org/apache/struts/tiles2/chain-config.xml I simply c

Re: Re: A problem using Struts Tiles

2007-07-26 Thread Paul Benedict
Ah, it just occurred to me: Are you using Struts 1.3? If so, you need a custom chain file. You don't need a custom controller in 1.3, but you do need a custom chain-config to insert the Tiles command. Search the Struts wiki on the 1.3 upgrade notes which explain how to do this. Antonio, are you do

Re: Re: A problem using Struts Tiles

2007-07-26 Thread matihost
I think you forgot to override controller class (as i remember i had the same problem): Your configuration should have also: >My configurations: > > struts-config.xml > > >... > > > > >... > > > value="/WEB-INF/tiles-defs.xml" /> > >... >---