On Mon, 01 Feb 2010 22:09:01 -0200, Jonhy Pear <jonhy.p...@gmail.com> wrote:

Hi,

Hi!

<filter>
        <filter-name>anythingApp </filter-name>
        <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
    </filter>
    <filter-mapping>
        <filter-name>anythingApp </filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

The default module name is based on the filter name. You should rename AppModule to AnythingAppModule for it to work. Or, better yet, just use app as the filter name. Is there any reason to change it?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to