Hi list,

I am using jquery grid to display records and do some operations on the
records.This grid will post some data like page, sortname etc. But i am not
able to get the data posted by json.
Here is my code in side view
public function executeJson(AgaviRequestDataHolder $rd)
    {

        $page = $rd->getParameter('page');
        $sortname = $rd->getParameter('sortname');
.
.
.
}

routing.xml

<route name="#" pattern="/json"   output_type="json" stop="false"
source="_SERVER[HTTP_ACCEPT]" />

Please help me to resolve this issue.


Regards,
Abhi
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to