thank you very much :-)

-----Ursprüngliche Nachricht-----
Von: "Tapestry users" <users@tapestry.apache.org>
Gesendet: 17.05.08 17:48:23
An: "Tapestry users" <users@tapestry.apache.org>
Betreff: Re: how can I call a web url from actionlink

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]




_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066


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

Reply via email to