I would install Firefox + FireBug and see if there's any errors that
show up in your JavaScript console.

Matt

On Thu, May 22, 2008 at 9:53 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote:
> Hello, I'm beginning with dwr, I'm having a problem with the callback
> function. When i call a method with dwr, the method run, but never call the
> callback function.. here it's my code
>          function getMoviles(){
>              movilDWRManager.getAll( funcionOne);
>           }
>          //never is call
>          function funcionOne(r){
>                 alert(r);
>             }
>
> Thank you very much!
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to