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

Error: <apex:page> is required and must be the outermost tag in the markup at line 1 column 1
This error is driving me MAD. What am I doing wrong? I have a very simple visualforce page:
code:
Please help!
code:
<apex:page standardController=”Opportunity”> <flow:interview name=”ClientDiscoveryInformation”> <apex:param name=”var_CMS” value=”{!CMS_c}“/> <apex:param name=”var_UserManagementSys” value=”{!UserManagement_c}“/> </flow:interview> </apex:page>Why am I getting this error?
Please help!
I created a flow name "my_Flow" and made the corressponding changes in you code accordingly...It is working fine....
I just added a controller where I defined the flow:
That's it...!!!
Please mark this as Helpful answer if it is.