Em Fri, 20 Jun 2008 09:45:44 -0300, IT.Adviser <[EMAIL PROTECTED]> escreveu:

I had submit event handler. I need to return external link (external to
site). Example: i work under site mysite.com, and need to change url (load page into browser) from somethingelse.com.

Return an URL object:

public Object onSubmitFromTestForm() {
        return new URL("http://somethingelse.com";);
}

Thiago

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

Reply via email to