I've tried to fill in some of the missing pieces in the struts-chain as described in chain-config.xml. The new actions have pretty much a one-to-one relationship with RequestProcessor methods. Some seemed pretty trivial, RequestNoCache and SetContentType in particular, so maybe they could be combined into one controller config action, but for now, I figured I'll make them their own actions as it is always easier to combine than explode.
I hit a snag using the example app when logging in. It seems the logonForm is getting instantiated somewhere other than CreateActionForm and doesn't have its servlet property set, throwing an exception in validation. Perhaps it's right under my nose, so I'll look into it. Other than that, it's running smoothly and I am really looking forward to using the chain. :) Don --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]