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 designed for tiles.
In the new way I should somehow "inject" new command into chain of
commands to make tiles work.

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.

--
Wendy

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

Reply via email to