Why is this class in a directory called 'legacy'? Is there some plan to configure this plugin in another manner? Is there somewhere else I should be looking for code that provides this functionality?
Legacy refers to making the Chain function identically to Struts 1.1 (and looking forward, i'd say probably with 1.2.x).
I think that the idea of using a Plugin specifically to configure the chain is legacy because plugins depend on the Servlet API and Chain is trying to minimize dependency on the Servlet API. This is also the justification of the split between the Abstract* commands and the o.a.s.chain.servlet.* commands.
I started using Chain after that code was cut, so I could have it wrong.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place."
- Carlos Santana
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
