On Mon, 13 Sep 2010 09:19:18 -0300, Everton Agner <ton.ag...@gmail.com> wrote:

I'm developing an auto menu builder, which retrives all the pages from the ComponentSource service. But since core pages are included on it (like
/core/servicestatus or something like that), I've created another service
for IgnoredPaths, and I wanna configure paths as Patterns, like "core/*". I should be OK if i had something like what Ant does for paths and wildcard,that could match patterns like "core/*" and some improved paths like
"**/users/*".

Tapestry has nothing like that. Have you thought about using regular expressions?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to