Re: Help with URLRewriter and links

2012-10-15 Thread Thiago H de Paula Figueiredo
On Mon, 15 Oct 2012 13:40:28 -0300, Nicolas Barrera wrote: Hi Thiago, here I attach my code thanks for your time :) Hi! Your code looks fine. I think you should also have a matching outbound rewrite rule (implemented or not in the same class) so the paths in the rewritten page remain c

Re: Help with URLRewriter and links

2012-10-15 Thread Nicolas Barrera
Hi Thiago, here I attach my code thanks for your time :) > @org.apache.tapestry5.annotations.Log > public static void > contributeURLRewriter(OrderedConfiguration configuration) { > URLRewriterRule rule = new URLRewriterRule() { > > @Override > public Reque

Re: Help with URLRewriter and links

2012-10-15 Thread Thiago H de Paula Figueiredo
Hi! Please post your URL rewriting code. On Mon, 15 Oct 2012 11:10:41 -0300, Nicolas Barrera wrote: Hello Tapestry users, I 'm using T5.1 in my project, so I 'm using the URLRewriter method of rewriting urls. I 'm trying to develop a page who will show error messages for different situat

Help with URLRewriter and links

2012-10-15 Thread Nicolas Barrera
Hello Tapestry users, I 'm using T5.1 in my project, so I 'm using the URLRewriter method of rewriting urls. I 'm trying to develop a page who will show error messages for different situations, (e.g. 404, 503,... and when spring-security detects that you have no privileges for a page). This page