I'm using Tapestry 4.1.6 by the way.
--
View this message in context:
http://old.nabble.com/JSON-in-Tapestry-tp26885074p26885256.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail:
Hi, I'm new to tapestry, now I want to create a page which could handle ajax
request and return JSON response. But I can't get it work. Here is what I
did:
First I have a page which extends BasePage and implement IJSONRender:
public abstract class JsonPage extends BasePage implements IJSONRender