> I'm using wicket to develop an online exam system and its important that > users dont open new tabs in the same browser and start answering different > question papers. Is there a way to stop this with wicket.
You're really talking about a limitation (or lack thereof) of how browsers work. An attempt to act on this can be found in method WebPage#onNewBrowserWindow / interface INewBrowserWindowListener. Check out the source of WebPage to see how this works. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
