When I click on link 1 and then, before the response was received, click on link 2 on the same page, I get a “Page Expired” error from Wicket. Is Wicket conceptional capable to do such a concurrent processing?
Any ideas why Wicket loses the session (it seems to reside on tomcat though)?
To answer the question myself: It seems like Wicket has no problem to process a second link click while the first is still beeing processed. I tried it with the following example.
And the corresponding html page:
When I click on link 1 and click on link 2 while waiting on the response of link 1, everything is fine and I get no “page expired” error.