function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
prashant1985prashant1985 

outputlink control on visualforce page give error

I have dispaly outputlink control on visualforce page. when i click on that link it's give me below error. i have display company site name.

 

The
name can only contain underscores and alphanumeric characters. It must
begin with a letter and be unique, and must not include spaces, end with
an underscore, or contain two consecutive underscores.

admintrmpadmintrmp
Use the $Page variable in Visualforce.

For instance, a page called OpportunityCreator would be:
{!$Page.OpportunityCreator}