In my attempts to integrate a javascript client-side framework (ext-js) to
wicket, I'm running into the problem that the client-side framework expects
URLs to send requests to, expecting a JSON/XML response.  This is of course
perfectly natural behavior for a js framework.

The documentation I could find suggested to use an AbstractAjaxBehavior.
 However, this doesn't quite work.  Concurrent proper wicket-ajax requests
(abstractdefaultajaxbehavior) are aborted due to
WebSession#isCurrentRequestValid returning false.

Am I doing something wrong here, or should I simply override the
isCurrentRequestValid method to always return true?

thanks, Frank

PS: I'm using wicket-1.4.9; but couldn't find relevant issues that have been
fixed since this release

-- 
Hippo
Europe  •  Amsterdam  Oosteinde 11  •  1017 WT Amsterdam  •  +31 (0)20 522
4466
USA  • San Francisco  185 H Street Suite B  •  Petaluma CA 94952-5100 •  +1
(707) 773 4646
Canada    •   Montréal  5369 Boulevard St-Laurent #430 •  Montréal QC H2T
1S5  •  +1 (514) 316 8966
www.onehippo.com  •  www.onehippo.org  •  [email protected]

Reply via email to