I am overriding the onNewBrowserWindow method in my html page and added code in the method body to show an error page when a new tab is opened. This is working perfectly and looks like the solution for my problem. Thanks :)
Eelco Hillenius wrote: > >> 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] > > > -- View this message in context: http://www.nabble.com/dynamic-url-tp14370171p14412123.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]
