If you class is called AppModule then the Tapestry Filter name in your
web.xml needs to be app. For example
<filter>
<filter-name>app</filter-name>
<filter-class>org.apache.tapestry.spring.TapestrySpringFilter</filter-class>
</filter>
Petros
Ben Tomasini-2 wrote:
>
> I am working on a T5 application, and can't figure out how the AppModule
> is
> wired up to the IoC container in the quickstart example. In may
> application, I am working on extending TapestryFilter and overriding
> provideExtraModuleDefs to wire up the module in my web application, but am
> convinced there is a better way.
>
> What is the convention?
>
>
--
View this message in context:
http://www.nabble.com/Wiring-up-AppModule-tf3886575.html#a11020456
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]