Re: [Tapestry Central] March of Progress

2010-02-23 Thread Renger Wilde
Howard: I'm very interested in seeing Tapestry succeed; I've made a significant design commitment to it, and I'd like to see it work. I offer the following recommendations that I feel may help you accomplish these two financial and product-strategy objectives: a) Increased revenue that

Re: How to render a page as JSON-formatted AJAX response?

2009-06-18 Thread Renger Wilde
DH-14: Yes, I ended up using a block. For those like me that don't know what a block is, it's an XML-tagged section of your template, demarcated via block id=yourIdentifierHere/block tags. The block can be injected into page or component code using the @Inject annotation as an object of type

How to render a page as JSON-formatted AJAX response?

2009-06-17 Thread Renger Wilde
On my client, I have a tabview. When the user navigates to one of the tabs on the tabview, I trigger an AJAX request to obtain the content of that tab. The AJAX request is sent to a Tapestry component event handler. I want that event handler to invoke some other page or component, and cause