Re: Struts 1.3 + Tiles + Chain config

2006-10-18 Thread Niall Pemberton
On 10/18/06, Michael Rush <[EMAIL PROTECTED]> wrote: > > ... > > ... > Related to this, is there a way to specify the tiles-defs file to use? For example, my application has 3 modules, each with its own tiles-defs file. In the normal way - using the tiles plugin in your

Re: Struts 1.3 + Tiles + Chain config

2006-10-18 Thread Michael Rush
... ... Related to this, is there a way to specify the tiles-defs file to use? For example, my application has 3 modules, each with its own tiles-defs file. - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: Struts 1.3 + Tiles + Chain config

2006-10-17 Thread Niall Pemberton
On 10/17/06, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: Wendy Smoak wrote: > See section 4.3 on Tiles in the upgrade notes: > http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 > > There is a chain-config file in the Tiles jar. You can use it > directly, or extract it and modify it if yo

Re: Struts 1.3 + Tiles + Chain config

2006-10-17 Thread Mikolaj Rydzewski
Wendy Smoak wrote: See section 4.3 on Tiles in the upgrade notes: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 There is a chain-config file in the Tiles jar. You can use it directly, or extract it and modify it if you need to. Thanks for information. There is a bug in 1.3.5, however

Re: Struts 1.3 + Tiles + Chain config

2006-10-17 Thread Michael Jouravlev
Check out struts-cookbook-1.3.5.war example app, it contains custom chain-config.xml with entries relevant to Tiles. Below are portions from this file: === cut here === ... ... ... ... ... === cut here === On 10/17/06, Mikolaj Rydzewski <[EMAIL

Re: Struts 1.3 + Tiles + Chain config

2006-10-17 Thread Wendy Smoak
On 10/17/06, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: I wanted to migrate my struts/tiles application from struts 1.2 to struts 1.3 to make use of its new feature: chain of responsibility. The old way of using tiles with struts was to override default request processor with special one desi

Struts 1.3 + Tiles + Chain config

2006-10-17 Thread Mikolaj Rydzewski
Hi, I wanted to migrate my struts/tiles application from struts 1.2 to struts 1.3 to make use of its new feature: chain of responsibility. The old way of using tiles with struts was to override default request processor with special one designed for tiles. In the new way I should somehow "inj