on 12/11/06, Joseph McGranaghan <[EMAIL PROTECTED]> wrote:

- Do I start with the default ComposableRequestProcessor?

- Do I gut the org.apache.struts.action.SecureTilesRequestProcessor and
add it to commands

- Do I need to alter the underlying struts chain-config, override it, or
just add commands in another chain-config

I don't think you'll have to touch the ComposableRequestProcessor itself.

The supplied chain config file is in
org/apache/struts/chain/chain-config.xml of the struts-core jar.  (Or
org/apache/struts/tiles/chain-config.xml if you're using the one from
Tiles. [1])

I think you would use one of those chain config files as a starting
point, write another command (or chain of commands,) and configure the
framework to use your replacement chain config file.

But I haven't tried it myself. :)

[1] IIRC, the chain config file for Tiles in 1.3.5 is missing a couple
of commands and you'll need to add them.

HTH
--
Wendy

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

Reply via email to