On Mon, 09 Apr 2012 12:51:19 -0300, Mike Dunbar <[email protected]>
wrote:
Hi,
Hi!
We are trying to build an application with RESTful URLs, rather than the
out-of-box Tapestry URLs.
Why aren't the Tapestry URLs RESTful enough for your scenario? Using PUT,
DELETE, etc? Just curious. :)
We've been able to do this for our page URLs by using Tynamo
tapestry-routing (http://tynamo.org/tapestry-routing+guide). We would
like to do the same thing for the event link URLs contained on our pages.
Why? Event URLs aren't meant to be used outside Tapestry applications
themselves.
- Have tapestry recognize the 'click' of that same arbitrary URL as an
event, so I can route it to my event handler method (not yet working).
You can't do that directly. Instead, you'll need to use the
LinkTransformer API to rewrite the component event links to what you want.
--
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: [email protected]
For additional commands, e-mail: [email protected]