Hi,

On Wed, May 4, 2011 at 10:58 PM, Tom Barbaro <tombarb...@yahoo.com> wrote:
> I found the cause of my problem.
>
> The dataview was not updating due to an Ajax error. I found that when I
> enabled ajax debugging in the application class by adding
>
> getDebugSettings().setAjaxDebugModeEnabled(true);
>
> That showed that it could not find the beginning tag for the ajax response
> but visual inspection showed that the tag was there. One of the entries in
> the response had a 0x character and this caused the ajax error. I am not
> sure why that is a problem but stripping it out fixes the issue.
>
This is improved in Wicket 1.5.

> BTW, some of the responses referred to the Wicket Debug Panel. I was having
> trouble getting more information about it. Is it the same thing as enabling
> ajax debugging?
Yes, the same thingy.
>
> Tom Barbaro
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/DataTable-s-view-does-not-always-update-tp3481807p3496779.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to