Re: how to initialize custon-chain.config

2006-09-26 Thread Mark Shifman
Thanks Wendy, I used: chainConfig org/apache/struts/chain/chain-config.xml, /WEB-INF/ custom-chain-config..xml And it worked! The first loads the "struts" catalog and the second load my own catalog. Thanks again, Mark Shifman Wendy Smoak wrote: On 9/26/06, Mark Shifman <[EMAIL PROTECTED]>

Re: how to initialize custon-chain.config

2006-09-26 Thread Wendy Smoak
On 9/26/06, Mark Shifman <[EMAIL PROTECTED]> wrote: HI; I am starting to play with chains and commands in 1.3.5 and I was wondering where I initialize the my custom chains ? I don't want to mess with the request processor, just add a few command chains of my own. ... Do I need to extract the c

how to initialize custon-chain.config

2006-09-26 Thread Mark Shifman
HI; I am starting to play with chains and commands in 1.3.5 and I was wondering where I initialize the my custom chains ? I don't want to mess with the request processor, just add a few command chains of my own. The cookbook mail reader example from commons.chain uses a context-param and lis