Hopefully I'll explain this clearly. I'm willing to integrate my tapestry web application with another web application. That other web application will request ajax urls from my application.
In my application should reply in HTML. So it would be much easier to be able to use the regular tapestry component\page tml to construct the HTML response. So that I can easily bind the tml to my component\page and let tapestry do it's magic on generating the HTML. Is this possible in tapestry ?