Re: AJAX with JSON, dojo rpc (smd)

2009-01-10 Thread Ercan Kayaonu
Hi, I should probably listen your advice and first try to do without ajax. I was confusing lots of things. But maybe my last question on this topic, because i feel that it is almost working. I have UsersAjaxAction class in actions.admin package. This is the class: (I'm basically trying to do pagin

Re: AJAX with JSON, dojo rpc (smd)

2009-01-10 Thread Musachy Barroso
> a) Can I extend the first line as action="SMDAction" *method="list"*/> (save ,delete also) and NOT define any > interceptors? yes you can specify method in the url. You do not define interceptors in the url, but the action mapping. > b) If I have to define interceptors is it gonna be something

AJAX with JSON, dojo rpc (smd)

2009-01-09 Thread Ercan Kayaonu
Hi all, I have an Action class which has basic CRUD methods in it. I'm using convention plugin. I want to ajax-call list, save, and delete methods using dojo rpc. (I included my UsersAction class below). I did these kind of things in php, but it is, at least for now, very difficult for me to unders