Em Mon, 10 Nov 2008 02:21:53 -0300, Henrik Schlanbusch <[EMAIL PROTECTED]> escreveu:

Just add this method to your AppModule:

public static void
contributeIgnoredPathsFilter(UnorderedCollection<String> configuration) {
     configuration.add("/services/.*");
}


Thanks man! This seems to be the solution to my problem, but one more thing
I cannot get the UnorderedCollection from anywhere. Which library should
I use to get this class?

Maybe the example in the Tapestry documentation is outdated. My website uses the same method, but using an org.apache.tapestry5.ioc.Configuration instead of UnorderedConfiguration.

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

Reply via email to