
When I use <apex:outputlink value={!x.id}"> from a visualforce page the URL provided (in my case) defaults to "https://c.cs1.visual.force.com/apex/906S000000000wEIAQ". The problem is the "/apex" that I don't want in there. Does anyone know how to just use the base URL of the site I am currently in?
Thanks!
Dan
3 answers
I'm not a developer profile
though it might need to be written like this : https://Salesforce_instance/apex/myNewPageName
CF:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_hello_world.htm