Re: Struts1.3.10 and command chains

2009-07-26 Thread Paul Benedict
Did you ever find out your answer? On Tue, Jul 14, 2009 at 2:03 PM, Struts Two wrote: > > Prior to struts 1.3, If I wanted to load my catalog (say catalog.xml) file > (which had all the business logic in chains for my app), I had to add the > followings to my web.xml: > > > > org.apache.co

Struts1.3.10 and command chains

2009-07-14 Thread Struts Two
Prior to struts 1.3, If I wanted to load my catalog (say catalog.xml) file (which had all the business logic in chains for my app), I had to add the followings to my web.xml: org.apache.commons.chain.CONFIG_CLASS_RESOURCE resources/catalog.xml Chain Listener Chain Listener