wicket : setGatherExtendedBrowserInfo doesn’t play well with Ajax
As I’ve written on the wicket jira, setGatherExtendedBrowserInfo doesn’t play well with Ajax. For the explanation, here are Igor 2 cents on it :
ajax doesnt work because probably the ajax request is redirected to
that page…that page is what gathers all the browser info through
javascript…
.
Maybe I am a bit picky, but to have such “basic” stuff not playing well with Ajax (the javadoc are silent about it) doesn’t smell good… However, let’s hope it’ll be fixed quickly, avoiding anyone else the pain I had to figure out why some part of my app went havoc !
++
joseph
PS : I asked on the mailing list whether some other components/features of wicket was suffering of the same issue (known defect when interacting with Ajax). No response so far…

