I am currently implementing a drag'n'drop interface. There I have multiple draggables which can be put into multiple droppables. In every case I want to trigger a server side event listener and preferably return a json response. Now I wonder how to best trigger the event method. I can not pregenerate the URLs as I have too many combinations. Therefore I currently build an "template" link on the server side with some well known placeholders and replace them later with real ids via javascript. However that is not really future proof as I can not take care about all the encoding tapestry does.
So I wonder if there is a better approach to solve this issue? Thanks, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org