Hi, I dont want tapestry to process some urls, and want it to be handled by another servlet.
Here - http://tapestry.apache.org/tapestry5/guide/conf.html, it is mentioned to do it in a method like this... public static void contributeIgnoredPathsFilter(Configuration<String> configuration) { configuration.add("/dwr/.*"); } but where do I write this method? Should I extend some class and override this method? Thanks! -- View this message in context: http://tapestry.1045711.n5.nabble.com/how-to-make-tapestry-ignore-processing-some-paths-tp4407839p4407839.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org