problem with Ajax and BookmarkablePage

2010-10-01 Thread A. Zwaan
Hello all, I seem to have a problem with BookmarkablePage and it triggering a full page rebuild after an ajax call, while the Ajax call was only meant to update several fields. The situation is as follows; Our application has a grid with input fields, we use an Ajax behaviour on this grid

Re: problem with Ajax and BookmarkablePage

2010-10-01 Thread Igor Vaynberg
if wicket is resolving BookmarkablePageRequestTarget then it thinks it is being sent a bookmarkable url. check which url is being sent by the ajax request. -igor On Fri, Oct 1, 2010 at 7:40 AM, A. Zwaan a.zw...@finan.nl wrote: Hello all, I seem to have a problem with BookmarkablePage and it