I need to show the contents of a JavaScript(ed) url on my grails app. I wonder if a GWT panel will do the trick…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Panels acceptWidgets as content, never URLs.If you want to execute some JavaScript, make a JSNI function and call it. If you’re trying to bring up a URL in a pane, use a
Framewidget, which is implemented with<iframe>tags.