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.
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
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.
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
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