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 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 Thu, May 22, 2008 at 2:47 PM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote:
>>
>> Here it's the result of the execution, DWR is call and run.. but never  call 
>> the callback function..
>>
>>
>>
>>
>>  2:28 PM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote:
>>>
>>> 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 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]
>>>>
>>>
>>>
>>>
>>> --
>>> Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina
>>
>>
>> --
>> Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina
>
>
> --
> Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to