You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Xybrek <xy...@gmail.com> on 2011/12/02 19:37:56 UTC

Tapestry5/iframe

Hi,

I have a GWT (Google Web Toolkit) based application which have a 
component which is a iframe that can load sites from other domain 
(although not necessarily running javascript, because of Cross domain 
policy of browsers)

The site loaded by the iframe is based on the url from some textbox 
input on the page.

If I use T5, can I do the same thing?

Cheers.
Xybrek

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry5/iframe

Posted by Michael Prescott <mi...@gmail.com>.
Sure, why not.

As a random stab, you could have a form that updates a zone; the zone would
contain the iframe, with src="${mytextbox.value}".

On 2 December 2011 13:37, Xybrek <xy...@gmail.com> wrote:

> Hi,
>
> I have a GWT (Google Web Toolkit) based application which have a component
> which is a iframe that can load sites from other domain (although not
> necessarily running javascript, because of Cross domain policy of browsers)
>
> The site loaded by the iframe is based on the url from some textbox input
> on the page.
>
> If I use T5, can I do the same thing?
>
> Cheers.
> Xybrek
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.**apache.org<us...@tapestry.apache.org>
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>