I have a Frame object which contain an iframe to a site. This is working fine, but I would like to move the Frame to a different parent without reloading the content of the iframe.
If i just do a myOtherPanel.add(frameWidget) then the Frame does move, but the iframe content is reloaded -( Is there any way to move the Frame without the iframe reloading? The reason I want to do this, is that the iframe contains a form which is used to upload a file, and I don't want the upload to stop just because I move the Frame. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
