Em Thu, 06 Nov 2008 10:46:51 -0300, BarryDev <[EMAIL PROTECTED]>
escreveu:
<filter-mapping>
<filter-name>app</filter-name>
<url-pattern>/app/*</url-pattern>
</filter-mapping>
And it all works like magic.
But you don't need to do that. Take a look at the end of this page:
http://tapestry.apache.org/tapestry5/guide/conf.html. You can make
Tapestry ignore certain paths adding one line to your AppModule. The
example in T5 documentation is exaclty about DWR:
public static void
contributeIgnoredPathsFilter(UnorderedCollection<String> configuration) {
configuration.add("/dwr/.*");
}
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]