You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I have a GWT app that is wrapped in an iframe within a base html page. I'd like to add a few navigational links (not actual links, but js powered ones) in the outer html part of the page that allow me to change the state of the GWT app. I was thinking that I could change the src attribute in the iframe that wraps the entire GWT app to navigate to a desired history token.
Is this a good idea? Is there a better way to do this navigation from outside gwt, apart from putting everything in gwt?
Thanks,
Phil
Thomas Broyer
unread,
Dec 19, 2011, 4:47:52 AM12/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I'd rather expose a method in GWT and call it from the parent page.