I've been playing with the Wicket autocompletetextfield. It has one problem though - when the session times out it stops working if the page itself isn't refreshed. This would be quite confusing for a customer I think, and I guess that it's not meant to work that way. Therefore, how can I make the Wicket autocompletetextfield work even though the session has timed out (and without refreshing the page)
To try it yourself:
- Go to http://www.wicket-library.com/wicket-examples-6.0.x/ajax/autocomplete
- Write something in the textfield, eg. bel
- Wait for 5 minutes (I think that's is the default session timeout they use in the examples) and try again, without refreshing the page. Now you'll only get a blank textfield.