I strongly believe that Dmitry's suggestion is the simplest and most
efficient so far, thanks a lot for that :)

This would send an ajax request acceptable by tapestry:
ajax = new XMLHttpRequest();
ajax.open("POST", "http://localhost:8080/index:myevent/0/0/0";, true);
ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest"); //This is
necessary
ajax.send(null);

Thank you all :)


On Thu, Jun 6, 2013 at 9:31 AM, Lance Java <lance.j...@googlemail.com>wrote:

> Have you considered tapx-templating and a single webapp?
>
> https://github.com/hlship/tapx
>

Reply via email to