Figured it out, nothing to do with Wicket (sorry but I was getting desperate).
If it helps anyone...we had to enable httpOnly on our server and the page in question was trying to make sure we only uploaded to our current session. Well turns out that httpOnly causes statefull Java Applets to lose their way....the solution we employed was to make sure our Applet sent back the session cookie. Thanks, Martin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/mountBookmarkablePage-problem-tp2527600p2533461.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
