Hi,

I would like to have a link, where on click first some cleanup action will be 
done,
like for example closing a database connection etc, and then finally redirekt 
the
user to some absolute URL in the web.

How can I accomplish this?
I have something like this:

<a href="#" t:type="actionlink" t:id="quitGame">Quit</a>

@OnEvent (component="quitGame")
Object onQuit(){
        memory.quit();
        // more things to do before quitting
        return ?? // go to "http://www.someOtherWebspace.com";; 
}

thank you!
Juliane
_____________________________________________________________________
Unbegrenzter Speicherplatz für Ihr E-Mail Postfach? Jetzt aktivieren!
http://freemail.web.de/club/landingpage.htm/?mc=025555


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

Reply via email to