You need to sign in to do that
Don't have an account?

Error when trying to set the URL for an iframe
Hi all,
I have a visual force page (with its own custom ontroller) in a managed package which tries to display an iFrame where the URL is set in the page controller
i.e.
<apex:iframe src="{!PropURLToDisplay}" scrolling="true" rendered="true"/>
However, when I set the variable on the page to be, say, "www.google.com" using:
public string getPropURLToDisplay() { string URL = 'www.google.com'; return URL;}
I always get the VF page erroring with the message:
"Page MyPackageName__www.google.com does not exist"
Is this a bug? Are there any ways to get around this?
TIA,
Marco
Hey
Have you tried prepending 'http://'? I don't think that will fix it though. I'd log a bug just in case.
Cheers,
Wes
All Answers
Hey
Have you tried prepending 'http://'? I don't think that will fix it though. I'd log a bug just in case.
Cheers,
Wes