You are using a servlet instead of a filter, right?  I don't see the
entire conversation in my gmail, here, so I hope I didn't miss
something.

On Sun, May 1, 2011 at 9:51 PM, D D <dawi...@gmail.com> wrote:
> I tried the setting with true and false settings. It still doesn't work.
>
> Here is Ajax Debug
> INFO: Initiating Ajax GET request on
> ?wicket:interface=:0:dataForm:dataPanel:rxEntryTabs:panel:link::IBehaviorListener:0:-1&random=0.6781234819490185
> INFO: Invoking pre-call handler(s)...
> ERROR: Received Ajax response with code: 404
> INFO: Invoking post-call handler(s)...
> INFO: Invoking failure handler(s)...
> INFO: focus removed from link30
>
>
> I also traced through debug the response sent to HttpResponse object
> and it's what I'm expecting:
>
> “<?xml version="1.0" encoding="UTF-8"?><ajax-response><component
> id="counter31" ><![CDATA[<span id="counter31">5</span>]]></component>
> </ajax-response>”
>
> Not only it's written but the response object is properly closed too.
> Not a single exception is thrown in Wicket's code.
>
> The problem has to be somewhere inside WAS processing, right?
>
> Any ideas where?
>
> Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to