Re: How to change url of active page to external link from Tapestry 5

2008-06-20 Thread IT.Adviser
Thank you! It works. But URL need been located in try-catch block. public Object onSubmitFromTestForm() { String linkString; linkString = "http://somethingelse.com";; URL link = null; try {

Re: How to change url of active page to external link from Tapestry 5

2008-06-20 Thread Thiago H. de Paula Figueiredo
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: