I need to define couple of URLs in my app that return JSON data on GET
request and are not tied to any view. Planning to use
QueryStringUrlCodingStrategy and append the URL as
"type=runlogs&chart=barchart". Then in the WebPage, extract the query
string and process them.

How do I ensure that JSON data is returned for GET requests to those URLs ?

Thanks,
-Arun

-- 
Need Application Server ? - Download glassfish.org
Blog: http://blogs.sun.com/arungupta

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to