Return an URL object:
 @OnEvent (component="quitGame")
 Object onQuit()  throws MalformedURLException {
        memory.quit();
        // more things to do before quitting
        return new URL("http://www.someOtherWebspace.com";);
 }
-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to