Looks very promising kalle. I haven't had a chance to play with it yet, but
it would be really nice if its function was similar to hibernates table
rename. @table(name="dealer-signup"). Now while using Jetty locally my app
deploys to localhost:8080/auto/index adding auto where production it
deploys to the root, domain/index. Is that a correct way to do this?
Renaming the page locally with /dealer-signup puts the page in the root
localhost:8080/dealer-signup where jetting isn't listing.

If your component works as desired, another big improvement to it would be
to add a response type. Example 301, 302 so that we could go through
existing apps, rename pages for seo, and do redirects automatically on the
old name and tell google about it.
On Nov 4, 2014 10:46 PM, "Kalle Korhonen" <kalle.o.korho...@gmail.com>
wrote:

> On Tue, Nov 4, 2014 at 6:05 PM, George Christman <gchrist...@cardaddy.com>
> wrote:
>
> > I'm assuming this is the most current way to do it?
> >
> >
> http://tapestry.machina.com.br/2013/10/1/tapestry-url-rewriter-2-0-0-released
> > It would be amazing if tapestry had a way to annotate a page with a
> display
> > url. This would make things so much simpler for SEO.
> >
>
> You mean something like http://tynamo.org/tapestry-routing+guide?
>
> @At("/dealer-signup")
> public class DealerSignup
>
> Kalle
>
>
> >
> > On Tue, Nov 4, 2014 at 8:55 PM, George Christman <
> gchrist...@cardaddy.com>
> > wrote:
> >
> > > Hi, does anybody happen to know how to rewrite a url in tap 5.4? I'm
> > > looking to rewrite the following
> > >
> > > /dealersignup to /dealer-signup
> > >
> > > Thanks
> > >
> >
> >
> >
> > --
> > George Christman
> > CEO
> > www.CarDaddy.com
> > P.O. Box 735
> > Johnstown, New York
> >
>

Reply via email to