Re: how to make tapestry ignore processing some paths

2011-05-18 Thread hese
ok it is "reportingservice/.*". got it. -- View this message in context: http://tapestry.1045711.n5.nabble.com/how-to-make-tapestry-ignore-processing-some-paths-tp4407839p4407934.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: how to make tapestry ignore processing some paths

2011-05-18 Thread hese
Strange, I added this - public static void contributeIgnoredPathsFilter(Configuration configuration) { configuration.add("/reportingservice/*"); } expecting all paths starting with /reportingservice wont be handled by tapestry. But what happens is only if the path is ht

Re: how to make tapestry ignore processing some paths

2011-05-18 Thread hese
Thanks Rich, I added it to AppModule. -- View this message in context: http://tapestry.1045711.n5.nabble.com/how-to-make-tapestry-ignore-processing-some-paths-tp4407839p4407889.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: how to make tapestry ignore processing some paths

2011-05-18 Thread Rich M
Contributions and such should be in the Module class, typically AppModule. I believe that was omitted from that code excerpt because the rest of the page was in the context of the Module class. On 05/18/2011 05:02 PM, hese wrote: Hi, I dont want tapestry to process some urls, and want it to b

Re: how to make tapestry ignore processing some paths

2011-05-18 Thread hese
Ok, I got the answer in another site http://tapestry.apache.org/configuration.html Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/how-to-make-tapestry-ignore-processing-some-paths-tp4407839p4407851.html Sent from the Tapestry - User mailing list archive at Nabble