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.

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?

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

Reply via email to