Hi Tapestry developers:
Is it possible to add friendly/custom URL support using annotations? If I mark my page class with an annotation such as @URL("/a/b/c/foo"), then Tapestry can internally automatically generate a filter that maps the URL to my page class. So a request such as /a/b/c/foo?id=1 can be handled by the appropriate class (in this case setting a field called id to 1). Is this possible?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to