Re: [appfuse-user] Beginning with DWR.

2008-05-23 Thread Mauri Ferreyra
It's Working!!! I removed GZipFilter and StaticFilter in my web.xml and now DWR work run.. Thank you very much, Matt On Fri, May 23, 2008 at 11:24 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > You might try commenting out the GZipFilter or StaticFilter in your web.xml. > > Matt > > On Fri, May 23,

Re: [appfuse-user] Beginning with DWR.

2008-05-23 Thread Matt Raible
You might try commenting out the GZipFilter or StaticFilter in your web.xml. Matt On Fri, May 23, 2008 at 7:46 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Hi, DWR it's working, I have Firefox/firebug and in the Net console, I > can see the response from java it's run ok , > But in the web bro

Re: [appfuse-user] Beginning with DWR.

2008-05-23 Thread Mauri Ferreyra
Hi, DWR it's working, I have Firefox/firebug and in the Net console, I can see the response from java it's run ok , But in the web browser, the callback function never is call. I'm using maven 2.0.9, JDK 1.6 and DWR 2.0.1 integrating with AppFuse 2 and Firefox 2 / Ubuntu 8.04 . regards Mauri. On

Re: [appfuse-user] Beginning with DWR.

2008-05-22 Thread Mauri Ferreyra
Hi, Matt.. Yes, I have Firefox + FireBug, and the console doesn't show errors... I don't know wich's the problem... I created other project for learn DWR, and run without Appfuse... On Thu, May 22, 2008 at 2:21 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > I would install Firefox + FireBug and

Re: [appfuse-user] Beginning with DWR.

2008-05-22 Thread Matt Raible
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 dw

[appfuse-user] Beginning with DWR.

2008-05-22 Thread Mauri Ferreyra
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 c