Re: Wiring up AppModule

2007-06-07 Thread petros
If you class is called AppModule then the Tapestry Filter name in your web.xml needs to be app. For example app org.apache.tapestry.spring.TapestrySpringFilter Petros Ben Tomasini-2 wrote: > > I am working on a T5 application, and can't figure out how the AppModule > is > wired up t

Re: Wiring up AppModule

2007-06-07 Thread Ben Tomasini
Never mind. I renamed the TapestryFilter. Here are the docs that cover my issue: From http://tapestry.apache.org/tapestry5/tapestry-core/guide/conf.html Tapestry looks for a module builder class in the services package (under the root package). It capitalizes the and appends "Module". In th