Re: combining chain of commands with struts action

2007-01-19 Thread Joe Germuska
On 1/19/07, manunixx <[EMAIL PROTECTED]> wrote: i find this pattern very useful for dividing problems in little pieces to be combined. I'm quite surprise that no many people release on that. what do you think about it?! I'm glad you like it! I think the issue is just that adoption of Struts

Re: combining chain of commands with struts action

2007-01-19 Thread Gary VanMatre
>From: manunixx <[EMAIL PROTECTED]> > > > > Joe Germuska wrote: > > > > > > Please note that I don't think a whole lot of people have been using this > > feature, so you may well find bugs or even simply find that it could use > > some refinements. But this is the basic overview of how it's

Re: combining chain of commands with struts action

2007-01-19 Thread manunixx
Joe Germuska wrote: > > > Please note that I don't think a whole lot of people have been using this > feature, so you may well find bugs or even simply find that it could use > some refinements. But this is the basic overview of how it's supposed to > work. > > I hope this helps. > > Joe >

Re: combining chain of commands with struts action

2007-01-19 Thread Mark Shifman
This seemed to do the trick along with creating my own "custon_chain-config.xml" chainConfig org/apache/struts/chain/chain-config.xml, /WEB-INF/custom-chain-config.xml .. This works for defining an action

Re: combining chain of commands with struts action

2007-01-19 Thread Joe Germuska
It is unlikely that you need to use the ChainListener in a Struts 1.3.xapplication. First, you can have the ActionServlet instantiate all of your command catalogs by specifying the servlet init parameter "chainConfig" with a comma-separated list of classpath or servlet resources. Remember that i