hello
i m working on struts2 and json in my application.
i m tring to get the json on my page but it gives me error
my action class is
when i m not giving the location in @action annotation then it gives me a download file which contains the json data.
but when i m getting it on my
jsp with property tag.
please help me to sort it out